Module Values.AwsLogSourceConfigurationSource

To add a natively-supported Amazon Web Services service as a log source, use these parameters to specify the configuration settings for the log source.

Sourcetype nonrec t = {
  1. accounts : AccountList.t option;
    (*

    Specify the Amazon Web Services account information where you want to enable Security Lake.

    *)
  2. regions : RegionList.t;
    (*

    Specify the Regions where you want to enable Security Lake.

    *)
  3. sourceName : AwsLogSourceName.t;
    (*

    The name for a Amazon Web Services source.

    *)
  4. sourceVersion : AwsLogSourceVersion.t option;
    (*

    The version for a Amazon Web Services source.

    *)
}
Sourceval context_ : string
Sourceval make : ?accounts:??? -> ?sourceVersion:??? -> regions:RegionList.t -> sourceName:AwsLogSourceName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `String of AwsAccountId.t ] list | `String of AwsLogSourceVersion.t ]) 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