Module Values_2.VerifiedAccessGroupSource

Describes a Verified Access group.

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

    The ID of the Verified Access group.

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

    The ID of the Amazon Web Services Verified Access instance.

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

    A description for the Amazon Web Services Verified Access group.

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

    The Amazon Web Services account number that owns the group.

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

    The ARN of the Verified Access group.

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

    The creation time.

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

    The last updated time.

    *)
  8. deletionTime : Values_0.String_.t option;
    (*

    The deletion time.

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

    The tags.

    *)
  10. sseSpecification : Values_1.VerifiedAccessSseSpecificationResponse.t option;
    (*

    The options in use for server side encryption.

    *)
}
Sourceval make : ?verifiedAccessGroupId:??? -> ?verifiedAccessInstanceId:??? -> ?description:??? -> ?owner:??? -> ?verifiedAccessGroupArn:??? -> ?creationTime:??? -> ?lastUpdatedTime:??? -> ?deletionTime:??? -> ?tags:??? -> ?sseSpecification:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of string ]) list ] list | `String of Values_0.String_.t | `Structure of (string * [> `Boolean of Values_0.Boolean.t | `String of Values_0.KmsKeyArn.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