PublishingDestinationCfnDestinationProperties

data class PublishingDestinationCfnDestinationProperties(val destinationArn: String? = null, val kmsKeyArn: String? = null)

Constructors

constructor(destinationArn: String? = null, kmsKeyArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val destinationArn: String? = null

The ARN of the resource to publish to.

Link copied to clipboard
val kmsKeyArn: String? = null

The ARN of the KMS key to use for encryption.