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

EC2DeleteRouteAction

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

Information about the DeleteRoute action in Amazon EC2.

interface EC2DeleteRouteAction {
Description?: string | null;
DestinationCidrBlock?: string | null;
DestinationIpv6CidrBlock?: string | null;
DestinationPrefixListId?: string | null;
RouteTableId: ActionTarget;
}

§Properties

§
Description?: string | null
[src]

A description of the DeleteRoute action.

§
DestinationCidrBlock?: string | null
[src]

Information about the IPv4 CIDR range for the route. The value you specify must match the CIDR for the route exactly.

§
DestinationIpv6CidrBlock?: string | null
[src]

Information about the IPv6 CIDR range for the route. The value you specify must match the CIDR for the route exactly.

§
DestinationPrefixListId?: string | null
[src]

Information about the ID of the prefix list for the route.

§
RouteTableId: ActionTarget
[src]

Information about the ID of the route table.