ChannelArgs

data class ChannelArgs(val destinations: Output<List<ChannelDestinationArgs>>? = null, val name: Output<String>? = null, val source: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<ChannelArgs>

A channel receives events from a specific source (such as an on-premises storage solution or application, or a partner event data source), and delivers the events to one or more event data stores. You use channels to ingest events into CloudTrail from sources outside AWS.

Constructors

Link copied to clipboard
constructor(destinations: Output<List<ChannelDestinationArgs>>? = null, name: Output<String>? = null, source: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard

One or more resources to which events arriving through a channel are logged and stored.

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

The name of the channel.

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

The ARN of an on-premises storage solution or application, or a partner event source.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

An array of key-value pairs to apply to this resource.

Functions

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