Module Values_0.AnalysisRouteTableRouteSource

Describes a route table route.

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

    The destination IPv4 address, in CIDR notation.

    *)
  2. destinationPrefixListId : String_.t option;
    (*

    The prefix of the Amazon Web Services service.

    *)
  3. egressOnlyInternetGatewayId : String_.t option;
    (*

    The ID of an egress-only internet gateway.

    *)
  4. gatewayId : String_.t option;
    (*

    The ID of the gateway, such as an internet gateway or virtual private gateway.

    *)
  5. instanceId : String_.t option;
    (*

    The ID of the instance, such as a NAT instance.

    *)
  6. natGatewayId : String_.t option;
    (*

    The ID of a NAT gateway.

    *)
  7. networkInterfaceId : String_.t option;
    (*

    The ID of a network interface.

    *)
  8. 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.

    *)
  9. transitGatewayId : String_.t option;
    (*

    The ID of a transit gateway.

    *)
  10. vpcPeeringConnectionId : String_.t option;
    (*

    The ID of a VPC peering connection.

    *)
  11. state : String_.t option;
    (*

    The state. The following are the possible values: active blackhole

    *)
  12. carrierGatewayId : String_.t option;
    (*

    The ID of a carrier gateway.

    *)
  13. coreNetworkArn : ResourceArn.t option;
    (*

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

    *)
  14. localGatewayId : String_.t option;
    (*

    The ID of a local gateway.

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