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-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";
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]
§
DestinationPrefixListId?: string | null
[src]
§
EgressOnlyInternetGatewayId?: string | null
[src]
§
GatewayId?: string | null
[src]
§
InstanceId?: string | null
[src]
§
NatGatewayId?: string | null
[src]
§
NetworkInterfaceId?: string | null
[src]
§
Origin?: string | null
[src]
§
TransitGatewayId?: string | null
[src]
§
VpcPeeringConnectionId?: string | null
[src]