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

EC2ReplaceRouteAction

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

Information about the ReplaceRoute action in Amazon EC2.

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

§Properties

§
Description?: string | null
[src]

A description of the ReplaceRoute action in Amazon EC2.

§
DestinationCidrBlock?: string | null
[src]

Information about the IPv4 CIDR address block used for the destination match. The value that you provide must match the CIDR of an existing route in the table.

§
DestinationIpv6CidrBlock?: string | null
[src]

Information about the IPv6 CIDR address block used for the destination match. The value that you provide must match the CIDR of an existing route in the table.

§
DestinationPrefixListId?: string | null
[src]

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

§
GatewayId?: ActionTarget | null
[src]

Information about the ID of an internet gateway or virtual private gateway.

§
RouteTableId: ActionTarget
[src]

Information about the ID of the route table.