Module Values_3.TransitGatewayAssociationSource

Describes an association between a resource attachment and a transit gateway route table.

Sourcetype nonrec t = {
  1. transitGatewayRouteTableId : Values_1.TransitGatewayRouteTableId.t option;
    (*

    The ID of the transit gateway route table.

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

    The ID of the attachment.

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

    The ID of the resource.

    *)
  4. resourceType : Values_0.TransitGatewayAttachmentResourceType.t option;
    (*

    The resource type. Note that the tgw-peering resource type has been deprecated.

    *)
  5. state : Values_0.TransitGatewayAssociationState.t option;
    (*

    The state of the association.

    *)
}
Sourceval make : ?transitGatewayRouteTableId:??? -> ?transitGatewayAttachmentId:??? -> ?resourceId:??? -> ?resourceType:??? -> ?state:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of Values_1.TransitGatewayRouteTableId.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