Module Values_3.TransitGatewayClientVpnAttachmentSource

Describes a Transit Gateway attachment for a Client VPN endpoint.

Sourcetype nonrec t = {
  1. transitGatewayAttachmentId : Values_0.TransitGatewayAttachmentId.t option;
    (*

    The ID of the Transit Gateway attachment.

    *)
  2. transitGatewayId : Values_1.TransitGatewayId.t option;
    (*

    The ID of the Transit Gateway.

    *)
  3. clientVpnEndpointId : Values_2.ClientVpnEndpointId.t option;
    (*

    The ID of the Client VPN endpoint.

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

    The ID of the Amazon Web Services account that owns the Client VPN endpoint.

    *)
  5. state : Values_2.TransitGatewayAttachmentStatusType.t option;
    (*

    The state of the Transit Gateway attachment.

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

    The date and time the Transit Gateway attachment was created.

    *)
}
Sourceval make : ?transitGatewayAttachmentId:??? -> ?transitGatewayId:??? -> ?clientVpnEndpointId:??? -> ?clientVpnOwnerId:??? -> ?state:??? -> ?creationTime:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of Values_0.TransitGatewayAttachmentId.t ]) 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