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

EC2ReplaceRouteTableAssociationAction

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

Information about the ReplaceRouteTableAssociation action in Amazon EC2.

interface EC2ReplaceRouteTableAssociationAction {
AssociationId: ActionTarget;
Description?: string | null;
RouteTableId: ActionTarget;
}

§Properties

§
AssociationId: ActionTarget
[src]

Information about the association ID.

§
Description?: string | null
[src]

A description of the ReplaceRouteTableAssociation action in Amazon EC2.

§
RouteTableId: ActionTarget
[src]

Information about the ID of the new route table to associate with the subnet.