serverSideEncryption

@JvmName(name = "oqopbktkdikusigj")
suspend fun serverSideEncryption(value: Output<TableServerSideEncryptionArgs>)
@JvmName(name = "qgmnhdbtrpmbvhbu")
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 = "fteilbeocyypdpgo")
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.