Global Table Replica Sse Specification Args
data class GlobalTableReplicaSseSpecificationArgs(val kmsMasterKeyId: Output<String>) : ConvertibleToJava<GlobalTableReplicaSseSpecificationArgs>
Properties
Link copied to clipboard
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
.