Values_1.LocalGatewayRouteSourceDescribes a route for a local gateway route table.
type nonrec t = {destinationCidrBlock : Values_0.String_.t option;The CIDR block used for destination matches.
*)localGatewayVirtualInterfaceGroupId : LocalGatewayVirtualInterfaceGroupId.t
option;The ID of the virtual interface group.
*)type_ : LocalGatewayRouteType.t option;The route type.
*)state : LocalGatewayRouteState.t option;The state of the route.
*)localGatewayRouteTableId : LocalGatewayRoutetableId.t option;The ID of the local gateway route table.
*)localGatewayRouteTableArn : Values_0.ResourceArn.t option;The Amazon Resource Name (ARN) of the local gateway route table.
*)ownerId : Values_0.String_.t option;The ID of the Amazon Web Services account that owns the local gateway route.
*)subnetId : Values_0.SubnetId.t option;The ID of the subnet.
*)coipPoolId : CoipPoolId.t option;The ID of the customer-owned address pool.
*)networkInterfaceId : Values_0.NetworkInterfaceId.t option;The ID of the network interface.
*)destinationPrefixListId : Values_0.PrefixListResourceId.t option;The ID of the prefix list.
*)}val make :
?destinationCidrBlock:??? ->
?localGatewayVirtualInterfaceGroupId:??? ->
?type_:??? ->
?state:??? ->
?localGatewayRouteTableId:??? ->
?localGatewayRouteTableArn:??? ->
?ownerId:??? ->
?subnetId:??? ->
?coipPoolId:??? ->
?networkInterfaceId:??? ->
?destinationPrefixListId:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.String_.t ]) list ]