Values_2.TransitGatewayRouteTablePropagationSourceDescribes a route table propagation.
type nonrec t = {transitGatewayAttachmentId : Values_0.String_.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 type of resource. Note that the tgw-peering resource type has been deprecated.
*)state : Values_1.TransitGatewayPropagationState.t option;The state of the resource.
*)transitGatewayRouteTableAnnouncementId : Values_1.TransitGatewayRouteTableAnnouncementId.t
option;The ID of the transit gateway route table announcement.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.String_.t ]) list ]