AgentDataSourceServerSideEncryptionConfigurationArgs

data class AgentDataSourceServerSideEncryptionConfigurationArgs(val kmsKeyArn: Output<String>? = null) : ConvertibleToJava<AgentDataSourceServerSideEncryptionConfigurationArgs>

Constructors

constructor(kmsKeyArn: Output<String>? = null)

Properties

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

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

Functions

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