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;
}