NetworkConfig / VpcConfig | VpcTemplatesConfig / TransitGatewayAttachmentConfig / TransitGatewayAttachmentOptionsConfig

Transit Gateway attachment options configuration.

Used to specify advanced options for the VPC attachment.

applianceModeSupport: enable
dnsSupport: enable
ipv6Support disable
interface ITransitGatewayAttachmentOptionsConfig {
    applianceModeSupport?: EnableDisable;
    dnsSupport?: EnableDisable;
    ipv6Support?: EnableDisable;
}

Properties

applianceModeSupport?: EnableDisable

(OPTIONAL) Enable to configure appliance mode for the attachment. This option is disabled by default.

Appliance mode ensures only a single network interface is chosen for the entirety of a traffic flow, enabling stateful deep packet inspection for the attached VPC.

https://docs.aws.amazon.com/vpc/latest/tgw/transit-gateway-appliance-scenario.html

dnsSupport?: EnableDisable

(OPTIONAL) Enable to configure DNS support for the attachment. This option is enabled by default.

ipv6Support?: EnableDisable

(OPTIONAL) Enable to configure IPv6 support for the attachment. This option is disabled by default.