ChannelDestination

data class ChannelDestination(val location: String, val type: ChannelDestinationType)

The resource that receives events arriving from a channel.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.