Module Values.KubernetesConfigurationResultSource

Describes whether any Kubernetes logs will be enabled as a data source.

Sourcetype nonrec t = {
  1. auditLogs : KubernetesAuditLogsConfigurationResult.t option;
    (*

    Describes whether Kubernetes audit logs are enabled as a data source.

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