TableEncryptionConfiguration

data class TableEncryptionConfiguration(val kmsKeyArn: String, val sseAlgorithm: String)

Constructors

Link copied to clipboard
constructor(kmsKeyArn: String, sseAlgorithm: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ARN of a KMS Key to be used with aws:kms sse_algorithm

Link copied to clipboard

One of aws:kms or AES256