Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data UpdateReplicationGroupMemberAction = UpdateReplicationGroupMemberAction' {}
- newUpdateReplicationGroupMemberAction :: Text -> UpdateReplicationGroupMemberAction
- updateReplicationGroupMemberAction_kmsMasterKeyId :: Lens' UpdateReplicationGroupMemberAction (Maybe Text)
- updateReplicationGroupMemberAction_provisionedThroughputOverride :: Lens' UpdateReplicationGroupMemberAction (Maybe ProvisionedThroughputOverride)
- updateReplicationGroupMemberAction_globalSecondaryIndexes :: Lens' UpdateReplicationGroupMemberAction (Maybe (NonEmpty ReplicaGlobalSecondaryIndex))
- updateReplicationGroupMemberAction_regionName :: Lens' UpdateReplicationGroupMemberAction Text
Documentation
data UpdateReplicationGroupMemberAction Source #
Represents a replica to be modified.
See: newUpdateReplicationGroupMemberAction
smart constructor.
UpdateReplicationGroupMemberAction' | |
|
Instances
newUpdateReplicationGroupMemberAction Source #
Create a value of UpdateReplicationGroupMemberAction
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:kmsMasterKeyId:UpdateReplicationGroupMemberAction'
, updateReplicationGroupMemberAction_kmsMasterKeyId
- The AWS KMS customer master key (CMK) of the replica that should be used
for AWS KMS encryption. To specify a CMK, use its key ID, Amazon
Resource Name (ARN), alias name, or alias ARN. Note that you should only
provide this parameter if the key is different from the default DynamoDB
KMS master key alias/aws/dynamodb.
$sel:provisionedThroughputOverride:UpdateReplicationGroupMemberAction'
, updateReplicationGroupMemberAction_provisionedThroughputOverride
- Replica-specific provisioned throughput. If not specified, uses the
source table's provisioned throughput settings.
$sel:globalSecondaryIndexes:UpdateReplicationGroupMemberAction'
, updateReplicationGroupMemberAction_globalSecondaryIndexes
- Replica-specific global secondary index settings.
$sel:regionName:UpdateReplicationGroupMemberAction'
, updateReplicationGroupMemberAction_regionName
- The Region where the replica exists.
updateReplicationGroupMemberAction_kmsMasterKeyId :: Lens' UpdateReplicationGroupMemberAction (Maybe Text) Source #
The AWS KMS customer master key (CMK) of the replica that should be used for AWS KMS encryption. To specify a CMK, use its key ID, Amazon Resource Name (ARN), alias name, or alias ARN. Note that you should only provide this parameter if the key is different from the default DynamoDB KMS master key alias/aws/dynamodb.
updateReplicationGroupMemberAction_provisionedThroughputOverride :: Lens' UpdateReplicationGroupMemberAction (Maybe ProvisionedThroughputOverride) Source #
Replica-specific provisioned throughput. If not specified, uses the source table's provisioned throughput settings.
updateReplicationGroupMemberAction_globalSecondaryIndexes :: Lens' UpdateReplicationGroupMemberAction (Maybe (NonEmpty ReplicaGlobalSecondaryIndex)) Source #
Replica-specific global secondary index settings.
updateReplicationGroupMemberAction_regionName :: Lens' UpdateReplicationGroupMemberAction Text Source #
The Region where the replica exists.