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

EC2CopyRouteTableAction

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

An action that copies the EC2 route table for use in remediation.

interface EC2CopyRouteTableAction {
Description?: string | null;
RouteTableId: ActionTarget;
VpcId: ActionTarget;
}

§Properties

§
Description?: string | null
[src]

A description of the copied EC2 route table that is associated with the remediation action.

§
RouteTableId: ActionTarget
[src]

The ID of the copied EC2 route table that is associated with the remediation action.

§

The VPC ID of the copied EC2 route table that is associated with the remediation action.