Channel Args
data class ChannelArgs(val destinations: Output<List<ChannelDestinationArgs>>? = null, val name: Output<String>? = null, val source: Output<String>? = null, val tags: Output<List<ChannelTagArgs>>? = 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
fun ChannelArgs(destinations: Output<List<ChannelDestinationArgs>>? = null, name: Output<String>? = null, source: Output<String>? = null, tags: Output<List<ChannelTagArgs>>? = null)