ReplicaCreate

@JsonSerializable
data class ReplicaCreate(val GlobalSecondaryIndexes: List<GlobalSecondaryIndexesUpdate>? = null, val KMSMasterKeyId: KMSKeyId? = null, val ProvisionedThroughputOverride: ProvisionedThroughputOverride? = null, val RegionName: Region? = null)

Constructors

Link copied to clipboard
constructor(GlobalSecondaryIndexes: List<GlobalSecondaryIndexesUpdate>? = null, KMSMasterKeyId: KMSKeyId? = null, ProvisionedThroughputOverride: ProvisionedThroughputOverride? = null, RegionName: Region? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val RegionName: Region? = null