Module Values_2.TransitGatewayConnectPeerSource

Describes a transit gateway Connect peer.

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

    The ID of the Connect attachment.

    *)
  2. transitGatewayConnectPeerId : Values_1.TransitGatewayConnectPeerId.t option;
    (*

    The ID of the Connect peer.

    *)
  3. state : Values_1.TransitGatewayConnectPeerState.t option;
    (*

    The state of the Connect peer.

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

    The creation time.

    *)
  5. connectPeerConfiguration : Values_1.TransitGatewayConnectPeerConfiguration.t option;
    (*

    The Connect peer details.

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

    The tags for the Connect peer.

    *)
}
Sourceval make : ?transitGatewayAttachmentId:??? -> ?transitGatewayConnectPeerId:??? -> ?state:??? -> ?creationTime:??? -> ?connectPeerConfiguration:??? -> ?tags:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of string ]) list ] list | `String of Values_0.TransitGatewayAttachmentId.t | `Structure of (string * [> `Enum of string | `List of [> `String of string | `Structure of (string * [> `Enum of string | `Long of Awso.Import.Int64.t | `String of string ]) list ] list | `String of Values_0.String_.t ]) list | `Timestamp of Values_0.DateTime.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