Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AnalysisRouteTableRoute

import type { AnalysisRouteTableRoute } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";

Describes a route table route.

interface AnalysisRouteTableRoute {
DestinationCidr?: string | null;
DestinationPrefixListId?: string | null;
EgressOnlyInternetGatewayId?: string | null;
GatewayId?: string | null;
InstanceId?: string | null;
NatGatewayId?: string | null;
NetworkInterfaceId?: string | null;
Origin?: string | null;
TransitGatewayId?: string | null;
VpcPeeringConnectionId?: string | null;
}

§Properties

§
DestinationCidr?: string | null
[src]

The destination IPv4 address, in CIDR notation.

§
DestinationPrefixListId?: string | null
[src]

The prefix of the Amazon Web Service.

§
EgressOnlyInternetGatewayId?: string | null
[src]

The ID of an egress-only internet gateway.

§
GatewayId?: string | null
[src]

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

§
InstanceId?: string | null
[src]

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

§
NatGatewayId?: string | null
[src]

The ID of a NAT gateway.

§
NetworkInterfaceId?: string | null
[src]

The ID of a network interface.

§
Origin?: string | null
[src]

Describes how the route was created. The following are 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 | null
[src]

The ID of a transit gateway.

§
VpcPeeringConnectionId?: string | null
[src]

The ID of a VPC peering connection.