Module Values_1.LocalGatewayRouteSource

Describes a route for a local gateway route table.

Sourcetype nonrec t = {
  1. destinationCidrBlock : Values_0.String_.t option;
    (*

    The CIDR block used for destination matches.

    *)
  2. localGatewayVirtualInterfaceGroupId : LocalGatewayVirtualInterfaceGroupId.t option;
    (*

    The ID of the virtual interface group.

    *)
  3. type_ : LocalGatewayRouteType.t option;
    (*

    The route type.

    *)
  4. state : LocalGatewayRouteState.t option;
    (*

    The state of the route.

    *)
  5. localGatewayRouteTableId : LocalGatewayRoutetableId.t option;
    (*

    The ID of the local gateway route table.

    *)
  6. localGatewayRouteTableArn : Values_0.ResourceArn.t option;
    (*

    The Amazon Resource Name (ARN) of the local gateway route table.

    *)
  7. ownerId : Values_0.String_.t option;
    (*

    The ID of the Amazon Web Services account that owns the local gateway route.

    *)
  8. subnetId : Values_0.SubnetId.t option;
    (*

    The ID of the subnet.

    *)
  9. coipPoolId : CoipPoolId.t option;
    (*

    The ID of the customer-owned address pool.

    *)
  10. networkInterfaceId : Values_0.NetworkInterfaceId.t option;
    (*

    The ID of the network interface.

    *)
  11. destinationPrefixListId : Values_0.PrefixListResourceId.t option;
    (*

    The ID of the prefix list.

    *)
}
Sourceval make : ?destinationCidrBlock:??? -> ?localGatewayVirtualInterfaceGroupId:??? -> ?type_:??? -> ?state:??? -> ?localGatewayRouteTableId:??? -> ?localGatewayRouteTableArn:??? -> ?ownerId:??? -> ?subnetId:??? -> ?coipPoolId:??? -> ?networkInterfaceId:??? -> ?destinationPrefixListId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of Values_0.String_.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t