Module Values_3.VerifiedAccessLogOptionsSource

Options for Verified Access logs.

Sourcetype nonrec t = {
  1. s3 : Values_2.VerifiedAccessLogS3DestinationOptions.t option;
    (*

    Sends Verified Access logs to Amazon S3.

    *)
  2. cloudWatchLogs : Values_2.VerifiedAccessLogCloudWatchLogsDestinationOptions.t option;
    (*

    Sends Verified Access logs to CloudWatch Logs.

    *)
  3. kinesisDataFirehose : Values_2.VerifiedAccessLogKinesisDataFirehoseDestinationOptions.t option;
    (*

    Sends Verified Access logs to Kinesis.

    *)
  4. logVersion : Values_0.String_.t option;
    (*

    The logging version. Valid values: ocsf-0.1 | ocsf-1.0.0-rc.2

    *)
  5. includeTrustContext : Values_0.Boolean.t option;
    (*

    Indicates whether to include trust data sent by trust providers in the logs.

    *)
}
Sourceval make : ?s3:??? -> ?cloudWatchLogs:??? -> ?kinesisDataFirehose:??? -> ?logVersion:??? -> ?includeTrustContext:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.Boolean.t | `String of Values_0.String_.t | `Structure of (string * [> `Boolean of Values_0.Boolean.t | `String of Values_0.String_.t ]) 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