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

TransitGatewayVpcAttachmentOptions

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

Describes the VPC attachment options.

interface TransitGatewayVpcAttachmentOptions {
ApplianceModeSupport?: ApplianceModeSupportValue | null;
DnsSupport?: DnsSupportValue | null;
Ipv6Support?: Ipv6SupportValue | null;
}

§Properties

§
ApplianceModeSupport?: ApplianceModeSupportValue | null
[src]

Indicates whether appliance mode support is enabled.

§
DnsSupport?: DnsSupportValue | null
[src]

Indicates whether DNS support is enabled.

§
Ipv6Support?: Ipv6SupportValue | null
[src]

Indicates whether IPv6 support is disabled.