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

EC2CreateRouteAction

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

Information about the CreateRoute action in Amazon EC2.

interface EC2CreateRouteAction {
Description?: string | null;
DestinationCidrBlock?: string | null;
DestinationIpv6CidrBlock?: string | null;
DestinationPrefixListId?: string | null;
GatewayId?: ActionTarget | null;
RouteTableId: ActionTarget;
VpcEndpointId?: ActionTarget | null;
}

§Properties

§
Description?: string | null
[src]

A description of CreateRoute action in Amazon EC2.

§
DestinationCidrBlock?: string | null
[src]

Information about the IPv4 CIDR address block used for the destination match.

§
DestinationIpv6CidrBlock?: string | null
[src]

Information about the IPv6 CIDR block destination.

§
DestinationPrefixListId?: string | null
[src]

Information about the ID of a prefix list used for the destination match.

§
GatewayId?: ActionTarget | null
[src]

Information about the ID of an internet gateway or virtual private gateway attached to your VPC.

§
RouteTableId: ActionTarget
[src]

Information about the ID of the route table for the route.

§
VpcEndpointId?: ActionTarget | null
[src]

Information about the ID of a VPC endpoint. Supported for Gateway Load Balancer endpoints only.