Values_0.TransitGatewayRouteTableRouteSourceDescribes a route in a transit gateway route table.
type nonrec t = {destinationCidr : String_.t option;The CIDR block used for destination matches.
*)state : String_.t option;The state of the route.
*)routeOrigin : String_.t option;The route origin. The following are the possible values: static propagated
*)prefixListId : String_.t option;The ID of the prefix list.
*)attachmentId : String_.t option;The ID of the route attachment.
*)resourceId : String_.t option;The ID of the resource for the route attachment.
*)resourceType : String_.t option;The resource type for the route attachment.
*)}