Module Values.DataSourceConfigurationsResultSource

Contains information on the status of data sources for the detector.

Sourcetype nonrec t = {
  1. cloudTrail : CloudTrailConfigurationResult.t option;
    (*

    An object that contains information on the status of CloudTrail as a data source.

    *)
  2. dNSLogs : DNSLogsConfigurationResult.t option;
    (*

    An object that contains information on the status of DNS logs as a data source.

    *)
  3. flowLogs : FlowLogsConfigurationResult.t option;
    (*

    An object that contains information on the status of VPC flow logs as a data source.

    *)
  4. s3Logs : S3LogsConfigurationResult.t option;
    (*

    An object that contains information on the status of S3 Data event logs as a data source.

    *)
  5. kubernetes : KubernetesConfigurationResult.t option;
    (*

    An object that contains information on the status of all Kubernetes data sources.

    *)
  6. malwareProtection : MalwareProtectionConfigurationResult.t option;
    (*

    Describes the configuration of Malware Protection data sources.

    *)
}
Sourceval make : ?cloudTrail:??? -> ?dNSLogs:??? -> ?flowLogs:??? -> ?s3Logs:??? -> ?kubernetes:??? -> ?malwareProtection:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of String_.t | `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string | `String of String_.t ]) list ]) 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