Module Values_2.VerifiedAccessInstanceSource

Describes a Verified Access instance.

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

    The ID of the Amazon Web Services Verified Access instance.

    *)
  2. description : Values_0.String_.t option;
    (*

    A description for the Amazon Web Services Verified Access instance.

    *)
  3. verifiedAccessTrustProviders : Values_1.VerifiedAccessTrustProviderCondensedList.t option;
    (*

    The IDs of the Amazon Web Services Verified Access trust providers.

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

    The creation time.

    *)
  5. lastUpdatedTime : Values_0.String_.t option;
    (*

    The last updated time.

    *)
  6. tags : Values_0.TagList.t option;
    (*

    The tags.

    *)
  7. fipsEnabled : Values_0.Boolean.t option;
    (*

    Indicates whether support for Federal Information Processing Standards (FIPS) is enabled on the instance.

    *)
  8. cidrEndpointsCustomSubDomain : Values_1.VerifiedAccessInstanceCustomSubDomain.t option;
    (*

    The custom subdomain.

    *)
}
Sourceval make : ?verifiedAccessInstanceId:??? -> ?description:??? -> ?verifiedAccessTrustProviders:??? -> ?creationTime:??? -> ?lastUpdatedTime:??? -> ?tags:??? -> ?fipsEnabled:??? -> ?cidrEndpointsCustomSubDomain:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.Boolean.t | `List of [> `Structure of (string * [> `Enum of string | `String of string ]) list ] list | `String of Values_0.String_.t | `Structure of (string * [> `List of [> `String of string ] list | `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