Module Values.DeleteDataLakeOrganizationConfigurationRequestSource

Turns off automatic enablement of Amazon Security Lake for member accounts that are added to an organization in Organizations. Only the delegated Security Lake administrator for an organization can perform this operation. If the delegated Security Lake administrator performs this operation, new member accounts won't automatically contribute data to the data lake.

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

    Turns off automatic enablement of Security Lake for member accounts that are added to an 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