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

ModifyTransitGatewayVpcAttachmentRequestOptions

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

Describes the options for a VPC attachment.

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

§Properties

§
ApplianceModeSupport?: ApplianceModeSupportValue | null
[src]

Enable or disable support for appliance mode. If enabled, a traffic flow between a source and destination uses the same Availability Zone for the VPC attachment for the lifetime of that flow. The default is disable.

§
DnsSupport?: DnsSupportValue | null
[src]

Enable or disable DNS support. The default is enable.

§
Ipv6Support?: Ipv6SupportValue | null
[src]

Enable or disable IPv6 support. The default is enable.