Values_2.TransitGatewayPolicyTableAssociationSourceDescribes a transit gateway policy table association.
type nonrec t = {transitGatewayPolicyTableId : Values_1.TransitGatewayPolicyTableId.t option;The ID of the transit gateway policy table.
*)transitGatewayAttachmentId : Values_0.TransitGatewayAttachmentId.t option;The ID of the transit gateway attachment.
*)resourceId : Values_0.String_.t option;The resource ID of the transit gateway attachment.
*)resourceType : Values_0.TransitGatewayAttachmentResourceType.t option;The resource type for the transit gateway policy table association.
*)state : Values_0.TransitGatewayAssociationState.t option;The state of the transit gateway policy table association.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Values_1.TransitGatewayPolicyTableId.t ])
list ]