Values_2.TransitGatewayAttachmentPropagationSourceDescribes a propagation route table.
type nonrec t = {transitGatewayRouteTableId : Values_0.String_.t option;The ID of the propagation route table.
*)state : Values_1.TransitGatewayPropagationState.t option;The state of the propagation route table.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.String_.t ]) list ]