PublishingDestinationCfnDestinationPropertiesArgs

data class PublishingDestinationCfnDestinationPropertiesArgs(val destinationArn: Output<String>? = null, val kmsKeyArn: Output<String>? = null) : ConvertibleToJava<PublishingDestinationCfnDestinationPropertiesArgs>

Constructors

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

Properties

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

The ARN of the resource to publish to.

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

The ARN of the KMS key to use for encryption.

Functions

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