Module Values_2.TransitGatewayPeeringAttachmentSource

Describes the transit gateway peering attachment.

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

    The ID of the transit gateway peering attachment.

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

    The ID of the accepter transit gateway attachment.

    *)
  3. requesterTgwInfo : Values_1.PeeringTgwInfo.t option;
    (*

    Information about the requester transit gateway.

    *)
  4. accepterTgwInfo : Values_1.PeeringTgwInfo.t option;
    (*

    Information about the accepter transit gateway.

    *)
  5. options : Values_1.TransitGatewayPeeringAttachmentOptions.t option;
    (*

    Details about the transit gateway peering attachment.

    *)
  6. status : Values_1.PeeringAttachmentStatus.t option;
    (*

    The status of the transit gateway peering attachment.

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

    The state of the transit gateway peering attachment. Note that the initiating state has been deprecated.

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

    The time the transit gateway peering attachment was created.

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

    The tags for the transit gateway peering attachment.

    *)
}
Sourceval make : ?transitGatewayAttachmentId:??? -> ?accepterTransitGatewayAttachmentId:??? -> ?requesterTgwInfo:??? -> ?accepterTgwInfo:??? -> ?options:??? -> ?status:??? -> ?state:??? -> ?creationTime:??? -> ?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.String_.t | `Structure of (string * [> `Enum of string | `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