Module Values.SourceConfigSource

Contains configuration information about the channel.

Sourcetype nonrec t = {
  1. applyToAllRegions : Boolean.t option;
    (*

    Specifies whether the channel applies to a single Region or to all Regions.

    *)
  2. advancedEventSelectors : AdvancedEventSelectors.t option;
    (*

    The advanced event selectors that are configured for the channel.

    *)
}
Sourceval make : ?applyToAllRegions:??? -> ?advancedEventSelectors:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `List of [> `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `String of OperatorValue.t ] list | `String of SelectorField.t ]) list ] list | `String of SelectorName.t ]) list ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t