Module Values.RouteSetDetailsSource

Provides details about the routes in the route table.

Sourcetype nonrec t = {
  1. carrierGatewayId : NonEmptyString.t option;
    (*

    The ID of the carrier gateway.

    *)
  2. coreNetworkArn : NonEmptyString.t option;
    (*

    The Amazon Resource Name (ARN) of the core network.

    *)
  3. destinationCidrBlock : NonEmptyString.t option;
    (*

    The IPv4 CIDR block used for the destination match.

    *)
  4. destinationIpv6CidrBlock : NonEmptyString.t option;
    (*

    The IPv6 CIDR block used for the destination match.

    *)
  5. destinationPrefixListId : NonEmptyString.t option;
    (*

    The prefix of the destination Amazon Web Services service.

    *)
  6. egressOnlyInternetGatewayId : NonEmptyString.t option;
    (*

    The ID of the egress-only internet gateway.

    *)
  7. gatewayId : NonEmptyString.t option;
    (*

    The ID of a gateway attached to your VPC.

    *)
  8. instanceId : NonEmptyString.t option;
    (*

    The ID of a NAT instance in your VPC.

    *)
  9. instanceOwnerId : NonEmptyString.t option;
    (*

    The ID of the Amazon Web Services account that owns the instance.

    *)
  10. localGatewayId : NonEmptyString.t option;
    (*

    The ID of the local gateway.

    *)
  11. natGatewayId : NonEmptyString.t option;
    (*

    The ID of a NAT gateway.

    *)
  12. networkInterfaceId : NonEmptyString.t option;
    (*

    The ID of the network interface.

    *)
  13. origin : NonEmptyString.t option;
    (*

    Describes how the route was created.

    *)
  14. state : NonEmptyString.t option;
    (*

    The state of the route.

    *)
  15. transitGatewayId : NonEmptyString.t option;
    (*

    The ID of a transit gateway.

    *)
  16. vpcPeeringConnectionId : NonEmptyString.t option;
    (*

    The ID of a VPC peering connection.

    *)
}
Sourceval make : ?carrierGatewayId:??? -> ?coreNetworkArn:??? -> ?destinationCidrBlock:??? -> ?destinationIpv6CidrBlock:??? -> ?destinationPrefixListId:??? -> ?egressOnlyInternetGatewayId:??? -> ?gatewayId:??? -> ?instanceId:??? -> ?instanceOwnerId:??? -> ?localGatewayId:??? -> ?natGatewayId:??? -> ?networkInterfaceId:??? -> ?origin:??? -> ?state:??? -> ?transitGatewayId:??? -> ?vpcPeeringConnectionId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of NonEmptyString.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