CreateReplicationGroupMemberAction
public struct CreateReplicationGroupMemberAction : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Replica-specific global secondary index settings.
Declaration
Swift
public let globalSecondaryIndexes: [ReplicaGlobalSecondaryIndex]?
-
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.
Declaration
Swift
public let kMSMasterKeyId: String?
-
Replica-specific provisioned throughput. If not specified, uses the source table’s provisioned throughput settings.
Declaration
Swift
public let provisionedThroughputOverride: ProvisionedThroughputOverride?
-
The Region where the new replica will be created.
Declaration
Swift
public let regionName: String
-
Undocumented
Declaration
Swift
public init(globalSecondaryIndexes: [ReplicaGlobalSecondaryIndex]? = nil, kMSMasterKeyId: String? = nil, provisionedThroughputOverride: ProvisionedThroughputOverride? = nil, regionName: String)
-
Declaration
Swift
public func validate(name: String) throws