Module Values.DataLakeAutoEnableNewAccountConfigurationSource

Automatically enable new organization accounts as member accounts from an Amazon Security Lake administrator account.

Sourcetype nonrec t = {
  1. region : Region.t;
    (*

    The Amazon Web Services Regions where Security Lake is automatically enabled.

    *)
  2. sources : AwsLogSourceResourceList.t;
    (*

    The Amazon Web Services sources that are automatically enabled in Security Lake.

    *)
}
Sourceval context_ : string
Sourceval make : region:Region.t -> sources:AwsLogSourceResourceList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of AwsLogSourceVersion.t ]) list ] list | `String of Region.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