TableBucketEncryptionConfigurationArgs

data class TableBucketEncryptionConfigurationArgs(val kmsKeyArn: Output<String>? = null, val sseAlgorithm: Output<TableBucketEncryptionConfigurationSseAlgorithm>? = null) : ConvertibleToJava<TableBucketEncryptionConfigurationArgs>

Specifies encryption settings for the table bucket

Constructors

Link copied to clipboard
constructor(kmsKeyArn: Output<String>? = null, sseAlgorithm: Output<TableBucketEncryptionConfigurationSseAlgorithm>? = null)

Properties

Link copied to clipboard
val kmsKeyArn: Output<String>? = null

ARN of the KMS key to use for encryption

Link copied to clipboard

Server-side encryption algorithm

Functions

Link copied to clipboard
open override fun toJava(): TableBucketEncryptionConfigurationArgs