DeliveryStreamKmsEncryptionConfigArgs

data class DeliveryStreamKmsEncryptionConfigArgs(val awskmsKeyArn: Output<String>) : ConvertibleToJava<DeliveryStreamKmsEncryptionConfigArgs>

Constructors

Link copied to clipboard
constructor(awskmsKeyArn: Output<String>)

Properties

Link copied to clipboard
val awskmsKeyArn: Output<String>

The Amazon Resource Name (ARN) of the AWS KMS encryption key that Amazon S3 uses to encrypt data delivered by the Kinesis Data Firehose stream. The key must belong to the same region as the destination S3 bucket.

Functions

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