ChannelDestinationArgs

data class ChannelDestinationArgs(val location: Output<String>, val type: Output<ChannelDestinationType>) : ConvertibleToJava<ChannelDestinationArgs>

The resource that receives events arriving from a channel.

Constructors

Link copied to clipboard
constructor(location: Output<String>, type: Output<ChannelDestinationType>)

Properties

Link copied to clipboard
val location: Output<String>

The ARN of a resource that receives events from a channel.

Link copied to clipboard

The type of destination for events arriving from a channel.

Functions

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