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

ReplaceRouteTableAssociationResult

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

§Properties

§
AssociationState?: RouteTableAssociationState | null
[src]

The state of the association.

§
NewAssociationId?: string | null
[src]

The ID of the new association.