All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.awsnative.kinesisfirehose.kotlin.outputs.DeliveryStreamKmsEncryptionConfig.kt Maven / Gradle / Ivy

Go to download

Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.

There is a newer version: 1.11.0.0
Show newest version
@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.awsnative.kinesisfirehose.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 *
 * @property awskmsKeyArn 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.
 */
public data class DeliveryStreamKmsEncryptionConfig(
    public val awskmsKeyArn: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.awsnative.kinesisfirehose.outputs.DeliveryStreamKmsEncryptionConfig): DeliveryStreamKmsEncryptionConfig = DeliveryStreamKmsEncryptionConfig(
            awskmsKeyArn = javaType.awskmsKeyArn(),
        )
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy