Values_0.AnalysisRouteTableRouteSourceDescribes a route table route.
type nonrec t = {destinationCidr : String_.t option;The destination IPv4 address, in CIDR notation.
*)destinationPrefixListId : String_.t option;The prefix of the Amazon Web Services service.
*)egressOnlyInternetGatewayId : String_.t option;The ID of an egress-only internet gateway.
*)gatewayId : String_.t option;The ID of the gateway, such as an internet gateway or virtual private gateway.
*)instanceId : String_.t option;The ID of the instance, such as a NAT instance.
*)natGatewayId : String_.t option;The ID of a NAT gateway.
*)networkInterfaceId : String_.t option;The ID of a network interface.
*)origin : String_.t option;Describes how the route was created. The following are the possible values: CreateRouteTable - The route was automatically created when the route table was created. CreateRoute - The route was manually added to the route table. EnableVgwRoutePropagation - The route was propagated by route propagation.
*)transitGatewayId : String_.t option;The ID of a transit gateway.
*)vpcPeeringConnectionId : String_.t option;The ID of a VPC peering connection.
*)state : String_.t option;The state. The following are the possible values: active blackhole
*)carrierGatewayId : String_.t option;The ID of a carrier gateway.
*)coreNetworkArn : ResourceArn.t option;The Amazon Resource Name (ARN) of a core network.
*)localGatewayId : String_.t option;The ID of a local gateway.
*)}val make :
?destinationCidr:??? ->
?destinationPrefixListId:??? ->
?egressOnlyInternetGatewayId:??? ->
?gatewayId:??? ->
?instanceId:??? ->
?natGatewayId:??? ->
?networkInterfaceId:??? ->
?origin:??? ->
?transitGatewayId:??? ->
?vpcPeeringConnectionId:??? ->
?state:??? ->
?carrierGatewayId:??? ->
?coreNetworkArn:??? ->
?localGatewayId:??? ->
unit ->
t