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

TransitGatewayAttachment

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

Describes an attachment between a resource and a transit gateway.

interface TransitGatewayAttachment {
CreationTime?: Date | number | null;
ResourceId?: string | null;
ResourceOwnerId?: string | null;
Tags: Tag[];
TransitGatewayAttachmentId?: string | null;
TransitGatewayId?: string | null;
TransitGatewayOwnerId?: string | null;
}

§Properties

§

The association.

§
CreationTime?: Date | number | null
[src]

The creation time.

§
ResourceId?: string | null
[src]

The ID of the resource.

§
ResourceOwnerId?: string | null
[src]

The ID of the Amazon Web Services account that owns the resource.

§

The resource type. Note that the tgw-peering resource type has been deprecated.

§

The attachment state. Note that the initiating state has been deprecated.

§
Tags: Tag[]
[src]

The tags for the attachment.

§
TransitGatewayAttachmentId?: string | null
[src]

The ID of the attachment.

§
TransitGatewayId?: string | null
[src]

The ID of the transit gateway.

§
TransitGatewayOwnerId?: string | null
[src]

The ID of the Amazon Web Services account that owns the transit gateway.