Module Values.DataSourcesFreeTrialSource

Contains information about which data sources are enabled for the GuardDuty member account.

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

    Describes whether any Amazon Web Services CloudTrail management event logs are enabled as data sources.

    *)
  2. dnsLogs : DataSourceFreeTrial.t option;
    (*

    Describes whether any DNS logs are enabled as data sources.

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

    Describes whether any VPC Flow logs are enabled as data sources.

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

    Describes whether any S3 data event logs are enabled as data sources.

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

    Describes whether any Kubernetes logs are enabled as data sources.

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

    Describes whether Malware Protection is enabled as a data source.

    *)
}
Sourceval make : ?cloudTrail:??? -> ?dnsLogs:??? -> ?flowLogs:??? -> ?s3Logs:??? -> ?kubernetes:??? -> ?malwareProtection:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Integer of Integer.t | `Structure of (string * [> `Integer of Integer.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