Module Values.OrganizationS3LogsConfigurationResultSource

The current configuration of S3 data event logs as a data source for the organization.

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

    A value that describes whether S3 data event logs are automatically enabled for new members of the organization.

    *)
}
Sourceval make : ?autoEnable:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.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