Module Values.CreateDataLakeOrganizationConfigurationRequestSource

Automatically enables Amazon Security Lake for new member accounts in your organization. Security Lake is not automatically enabled for any existing member accounts in your organization. This operation merges the new data lake organization configuration with the existing configuration for Security Lake in your organization. If you want to create a new data lake organization configuration, you must delete the existing one using DeleteDataLakeOrganizationConfiguration.

Sourcetype nonrec t = {
  1. autoEnableNewAccount : DataLakeAutoEnableNewAccountConfigurationList.t option;
    (*

    Enable Security Lake with the specified configuration settings, to begin collecting security data for new accounts in your organization.

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