Values_3.TransitGatewayAssociationSourceDescribes an association between a resource attachment and a transit gateway route table.
type nonrec t = {transitGatewayRouteTableId : Values_1.TransitGatewayRouteTableId.t option;The ID of the transit gateway route table.
*)transitGatewayAttachmentId : Values_0.TransitGatewayAttachmentId.t option;The ID of the attachment.
*)resourceId : Values_0.String_.t option;The ID of the resource.
*)resourceType : Values_0.TransitGatewayAttachmentResourceType.t option;The resource type. Note that the tgw-peering resource type has been deprecated.
*)state : Values_0.TransitGatewayAssociationState.t option;The state of the association.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Values_1.TransitGatewayRouteTableId.t ])
list ]