serverSideEncryption

@JvmName(name = "cmvhmedqquftfxkd")
suspend fun serverSideEncryption(value: Output<TableServerSideEncryptionArgs>)
@JvmName(name = "ubrpfxvaupfbhfbq")
suspend fun serverSideEncryption(value: TableServerSideEncryptionArgs?)

Parameters

value

Encryption at rest options. AWS DynamoDB tables are automatically encrypted at rest with an AWS-owned Customer Master Key if this argument isn't specified. Must be supplied for cross-region restores. See below.


@JvmName(name = "gcgivqtgycwmlfvt")
suspend fun serverSideEncryption(argument: suspend TableServerSideEncryptionArgsBuilder.() -> Unit)

Parameters

argument

Encryption at rest options. AWS DynamoDB tables are automatically encrypted at rest with an AWS-owned Customer Master Key if this argument isn't specified. Must be supplied for cross-region restores. See below.