serverSideEncryption

@JvmName(name = "xvlpnndwnfdfdlhu")
suspend fun serverSideEncryption(value: Output<TableServerSideEncryptionArgs>)
@JvmName(name = "gqgjshcsktguooas")
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 = "loyiqcwbraaumnix")
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.