Module Values.DataLakeSourceStatusSource

Retrieves the Logs status for the Amazon Security Lake account.

Sourcetype nonrec t = {
  1. resource : String_.t option;
    (*

    Defines path the stored logs are available which has information on your systems, applications, and services.

    *)
  2. status : SourceCollectionStatus.t option;
    (*

    The health status of services, including error codes and patterns.

    *)
}
Sourceval make : ?resource:??? -> ?status:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of String_.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