serverSideEncryption

@JvmName(name = "iqjqiqjglqqnkpvd")
suspend fun serverSideEncryption(value: Output<TableServerSideEncryptionArgs>)
@JvmName(name = "nsewptdgmucmqdxq")
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. See below.


@JvmName(name = "qludncvjtybncsyo")
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. See below.