DeadLetterConfigPropertiesArgs

data class DeadLetterConfigPropertiesArgs(val arn: Output<String>? = null) : ConvertibleToJava<DeadLetterConfigPropertiesArgs>

Dead Letter Queue for the event bus.

Constructors

Link copied to clipboard
constructor(arn: Output<String>? = null)

Properties

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

Functions

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