GlobalTableReplicaSseSpecificationArgs

data class GlobalTableReplicaSseSpecificationArgs(val kmsMasterKeyId: Output<String>) : ConvertibleToJava<GlobalTableReplicaSseSpecificationArgs>

Constructors

Link copied to clipboard
constructor(kmsMasterKeyId: Output<String>)

Properties

Link copied to clipboard
val kmsMasterKeyId: Output<String>

The AWS KMS key that should be used for the AWS KMS encryption. To specify a key, 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 key alias/aws/dynamodb .

Functions

Link copied to clipboard
open override fun toJava(): GlobalTableReplicaSseSpecificationArgs