Values.CreateChannelRequestSourceCreates a channel for CloudTrail to ingest events from a partner or external source. After you create a channel, a CloudTrail Lake event data store can log events from the partner or source that you specify.
type nonrec t = {name : ChannelName.t;The name of the channel.
*)source : Source.t;The name of the partner or external event source. You cannot change this name after you create the channel. A maximum of one channel is allowed per source. A source can be either Custom for all valid non-Amazon Web Services events, or the name of a partner event source. For information about the source names for available partners, see Additional information about integration partners in the CloudTrail User Guide.
*)destinations : Destinations.t;One or more event data stores to which events arriving through a channel will be logged.
*)}val make :
?tags:??? ->
name:ChannelName.t ->
source:Source.t ->
destinations:Destinations.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `Enum of string | `String of Location.t ])
list ]
list
| `String of ChannelName.t ])
list ]