DataSourceServerSideEncryptionConfiguration

data class DataSourceServerSideEncryptionConfiguration(val kmsKeyArn: String? = null)

Contains details about the server-side encryption for the data source.

Constructors

constructor(kmsKeyArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val kmsKeyArn: String? = null

The ARN of the AWS KMS key used to encrypt the resource.