NetworkConfig / VpcConfig | VpcTemplatesConfig / TransitGatewayAttachmentConfig / TransitGatewayAttachmentOptionsConfig

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

Example

applianceModeSupport: enable
dnsSupport: enable
ipv6Support disable

Hierarchy

  • TransitGatewayAttachmentOptionsConfig

Implements

Constructors

Properties

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

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 packet inspection.

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

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

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

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

Generated using TypeDoc