Global Table Sse Specification Args
data class GlobalTableSseSpecificationArgs(val sseEnabled: Output<Boolean>, val sseType: Output<String>? = null) : ConvertibleToJava<GlobalTableSseSpecificationArgs>
Properties
Link copied to clipboard
Indicates whether server-side encryption is performed using an AWS managed key or an AWS owned key. If enabled (true), server-side encryption type is set to KMS and an AWS managed key is used ( AWS KMS charges apply). If disabled (false) or not specified,server-side encryption is set to an AWS owned key. If you choose to use KMS encryption, you can also use customer managed KMS keys by specifying them in the ReplicaSpecification.SSESpecification
object. You cannot mix AWS managed and customer managed KMS keys.