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

EC2AssociateRouteTableAction

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

The action of associating an EC2 resource, such as a subnet or internet gateway, with a route table.

interface EC2AssociateRouteTableAction {
Description?: string | null;
GatewayId?: ActionTarget | null;
RouteTableId: ActionTarget;
SubnetId?: ActionTarget | null;
}

§Properties

§
Description?: string | null
[src]

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

§
GatewayId?: ActionTarget | null
[src]

The ID of the gateway to be used with the EC2 route table that is associated with the remediation action.

§
RouteTableId: ActionTarget
[src]

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

§
SubnetId?: ActionTarget | null
[src]

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