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<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.