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

AssociateRouteTableResult

import type { AssociateRouteTableResult } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface AssociateRouteTableResult {
AssociationId?: string | null;
AssociationState?: RouteTableAssociationState | null;
}

§Properties

§
AssociationId?: string | null
[src]

The route table association ID. This ID is required for disassociating the route table.

§
AssociationState?: RouteTableAssociationState | null
[src]

The state of the association.