NetworkConfig / VpcConfig | VpcTemplatesConfig / TransitGatewayAttachmentConfig / TransitGatewayAttachmentOptionsConfig

Transit Gateway attachment options configuration. Used to specify advanced options for the VPC attachment.

Example

applianceModeSupport: enable
dnsSupport: enable
ipv6Support disable

Hierarchy

  • TransitGatewayAttachmentOptionsConfig

Implements

Constructors

Properties

applianceModeSupport: undefined | "enable" | "disable" = undefined

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

Remarks

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.

See

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

dnsSupport: undefined | "enable" | "disable" = undefined

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

ipv6Support: undefined | "enable" | "disable" = undefined

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

Generated using TypeDoc