Module Values_2.TransitGatewayConnectSource

Describes a transit gateway Connect attachment.

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

    The ID of the Connect attachment.

    *)
  2. transportTransitGatewayAttachmentId : Values_0.TransitGatewayAttachmentId.t option;
    (*

    The ID of the attachment from which the Connect attachment was created.

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

    The ID of the transit gateway.

    *)
  4. state : Values_1.TransitGatewayAttachmentState.t option;
    (*

    The state of the attachment.

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

    The creation time.

    *)
  6. options : Values_1.TransitGatewayConnectOptions.t option;
    (*

    The Connect attachment options.

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

    The tags for the attachment.

    *)
}
Sourceval make : ?transitGatewayAttachmentId:??? -> ?transportTransitGatewayAttachmentId:??? -> ?transitGatewayId:??? -> ?state:??? -> ?creationTime:??? -> ?options:??? -> ?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 | `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