libZSservicesZSamazonka-dynamodbZSamazonka-dynamodb
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.DynamoDB.Types.CreateReplicationGroupMemberAction

Description

 
Synopsis

Documentation

data CreateReplicationGroupMemberAction Source #

Represents a replica to be created.

See: newCreateReplicationGroupMemberAction smart constructor.

Constructors

CreateReplicationGroupMemberAction' 

Fields

Instances

Instances details
Eq CreateReplicationGroupMemberAction Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.CreateReplicationGroupMemberAction

Read CreateReplicationGroupMemberAction Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.CreateReplicationGroupMemberAction

Show CreateReplicationGroupMemberAction Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.CreateReplicationGroupMemberAction

Generic CreateReplicationGroupMemberAction Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.CreateReplicationGroupMemberAction

Associated Types

type Rep CreateReplicationGroupMemberAction :: Type -> Type #

NFData CreateReplicationGroupMemberAction Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.CreateReplicationGroupMemberAction

Hashable CreateReplicationGroupMemberAction Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.CreateReplicationGroupMemberAction

ToJSON CreateReplicationGroupMemberAction Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.CreateReplicationGroupMemberAction

type Rep CreateReplicationGroupMemberAction Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.CreateReplicationGroupMemberAction

type Rep CreateReplicationGroupMemberAction = D1 ('MetaData "CreateReplicationGroupMemberAction" "Amazonka.DynamoDB.Types.CreateReplicationGroupMemberAction" "libZSservicesZSamazonka-dynamodbZSamazonka-dynamodb" 'False) (C1 ('MetaCons "CreateReplicationGroupMemberAction'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "kmsMasterKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "provisionedThroughputOverride") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProvisionedThroughputOverride))) :*: (S1 ('MetaSel ('Just "globalSecondaryIndexes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty ReplicaGlobalSecondaryIndex))) :*: S1 ('MetaSel ('Just "regionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCreateReplicationGroupMemberAction Source #

Create a value of CreateReplicationGroupMemberAction 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:CreateReplicationGroupMemberAction', createReplicationGroupMemberAction_kmsMasterKeyId - The AWS KMS customer master key (CMK) that should be used for AWS KMS encryption in the new replica. 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:CreateReplicationGroupMemberAction', createReplicationGroupMemberAction_provisionedThroughputOverride - Replica-specific provisioned throughput. If not specified, uses the source table's provisioned throughput settings.

$sel:globalSecondaryIndexes:CreateReplicationGroupMemberAction', createReplicationGroupMemberAction_globalSecondaryIndexes - Replica-specific global secondary index settings.

$sel:regionName:CreateReplicationGroupMemberAction', createReplicationGroupMemberAction_regionName - The Region where the new replica will be created.

createReplicationGroupMemberAction_kmsMasterKeyId :: Lens' CreateReplicationGroupMemberAction (Maybe Text) Source #

The AWS KMS customer master key (CMK) that should be used for AWS KMS encryption in the new replica. 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.

createReplicationGroupMemberAction_provisionedThroughputOverride :: Lens' CreateReplicationGroupMemberAction (Maybe ProvisionedThroughputOverride) Source #

Replica-specific provisioned throughput. If not specified, uses the source table's provisioned throughput settings.