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

LocalGatewayRouteTableVpcAssociation

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

Describes an association between a local gateway route table and a VPC.

interface LocalGatewayRouteTableVpcAssociation {
LocalGatewayId?: string | null;
LocalGatewayRouteTableArn?: string | null;
LocalGatewayRouteTableId?: string | null;
LocalGatewayRouteTableVpcAssociationId?: string | null;
OwnerId?: string | null;
State?: string | null;
Tags: Tag[];
VpcId?: string | null;
}

§Properties

§
LocalGatewayId?: string | null
[src]

The ID of the local gateway.

§
LocalGatewayRouteTableArn?: string | null
[src]

The Amazon Resource Name (ARN) of the local gateway route table for the association.

§
LocalGatewayRouteTableId?: string | null
[src]

The ID of the local gateway route table.

§
LocalGatewayRouteTableVpcAssociationId?: string | null
[src]

The ID of the association.

§
OwnerId?: string | null
[src]

The ID of the Amazon Web Services account that owns the local gateway route table for the association.

§
State?: string | null
[src]

The state of the association.

§
Tags: Tag[]
[src]

The tags assigned to the association.

§
VpcId?: string | null
[src]

The ID of the VPC.