Values.RouteSetDetailsSourceProvides details about the routes in the route table.
type nonrec t = {carrierGatewayId : NonEmptyString.t option;The ID of the carrier gateway.
*)coreNetworkArn : NonEmptyString.t option;The Amazon Resource Name (ARN) of the core network.
*)destinationCidrBlock : NonEmptyString.t option;The IPv4 CIDR block used for the destination match.
*)destinationIpv6CidrBlock : NonEmptyString.t option;The IPv6 CIDR block used for the destination match.
*)destinationPrefixListId : NonEmptyString.t option;The prefix of the destination Amazon Web Services service.
*)egressOnlyInternetGatewayId : NonEmptyString.t option;The ID of the egress-only internet gateway.
*)gatewayId : NonEmptyString.t option;The ID of a gateway attached to your VPC.
*)instanceId : NonEmptyString.t option;The ID of a NAT instance in your VPC.
*)instanceOwnerId : NonEmptyString.t option;The ID of the Amazon Web Services account that owns the instance.
*)localGatewayId : NonEmptyString.t option;The ID of the local gateway.
*)natGatewayId : NonEmptyString.t option;The ID of a NAT gateway.
*)networkInterfaceId : NonEmptyString.t option;The ID of the network interface.
*)origin : NonEmptyString.t option;Describes how the route was created.
*)state : NonEmptyString.t option;The state of the route.
*)transitGatewayId : NonEmptyString.t option;The ID of a transit gateway.
*)vpcPeeringConnectionId : NonEmptyString.t option;The ID of a VPC peering connection.
*)}val make :
?carrierGatewayId:??? ->
?coreNetworkArn:??? ->
?destinationCidrBlock:??? ->
?destinationIpv6CidrBlock:??? ->
?destinationPrefixListId:??? ->
?egressOnlyInternetGatewayId:??? ->
?gatewayId:??? ->
?instanceId:??? ->
?instanceOwnerId:??? ->
?localGatewayId:??? ->
?natGatewayId:??? ->
?networkInterfaceId:??? ->
?origin:??? ->
?state:??? ->
?transitGatewayId:??? ->
?vpcPeeringConnectionId:??? ->
unit ->
t