Module Values_2.VerifiedAccessInstanceLoggingConfigurationSource

Describes logging options for an Amazon Web Services Verified Access instance.

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

    The ID of the Amazon Web Services Verified Access instance.

    *)
  2. accessLogs : Values_1.VerifiedAccessLogs.t option;
    (*

    Details about the logging options.

    *)
}
Sourceval make : ?verifiedAccessInstanceId:??? -> ?accessLogs:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.String_.t | `Structure of (string * [> `Boolean of Values_0.Boolean.t | `String of Values_0.String_.t | `Structure of (string * [> `Boolean of bool | `String of string | `Structure of (string * [> `Enum of string | `String of string ]) 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