PipeDeadLetterConfigArgs

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

Constructors

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

Functions

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

Properties

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