Values_1.TransitGatewayRouteSourceDescribes a route for a transit gateway route table.
type nonrec t = {destinationCidrBlock : Values_0.String_.t option;The CIDR block used for destination matches.
*)prefixListId : Values_0.PrefixListResourceId.t option;The ID of the prefix list used for destination matches.
*)transitGatewayRouteTableAnnouncementId : TransitGatewayRouteTableAnnouncementId.t
option;The ID of the transit gateway route table announcement.
*)transitGatewayAttachments : TransitGatewayRouteAttachmentList.t option;The attachments.
*)type_ : TransitGatewayRouteType.t option;The route type.
*)state : TransitGatewayRouteState.t option;The state of the route.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `Enum of string | `String of string ]) list ]
list
| `String of Values_0.String_.t ])
list ]