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

RouteTableAssociation

import type { RouteTableAssociation } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";
interface RouteTableAssociation {
AssociationState?: RouteTableAssociationState | null;
GatewayId?: string | null;
Main?: boolean | null;
RouteTableAssociationId?: string | null;
RouteTableId?: string | null;
SubnetId?: string | null;
}

§Properties

§
AssociationState?: RouteTableAssociationState | null
[src]
§
GatewayId?: string | null
[src]
§
Main?: boolean | null
[src]
§
RouteTableAssociationId?: string | null
[src]
§
RouteTableId?: string | null
[src]
§
SubnetId?: string | null
[src]