NetworkConfig / VpcConfig | VpcTemplatesConfig / TransitGatewayAttachmentConfig

Transit Gateway attachment configuration. Used to define a Transit Gateway attachment.

Example

- name: Network-Inspection
transitGateway:
name: Network-Main
account: Network
subnets: []
routeTableAssociations: []
routeTablePropagations: []
options:
applianceModeSupport: enable
tags: []

Hierarchy

  • TransitGatewayAttachmentConfig

Implements

Constructors

Properties

name: "" = ''

A friendly name for the Transit Gateway attachment.

options: undefined | TransitGatewayAttachmentOptionsConfig = undefined

A Transit Gateway attachment options configuration.

See

TransitGatewayAttachmentOptionsConfig

routeTableAssociations: undefined | string[] = undefined

An array of friendly names of Transit Gateway route tables to associate the attachment.

routeTablePropagations: undefined | string[] = undefined

An array of friendly names of Transit Gateway route tables to propagate the attachment.

subnets: string[] = []

An array of the friendly names of VPC subnets for the attachment to be deployed.

tags: undefined | Tag[] = undefined

An array of tag objects for the Transit Gateway attachment.

A Transit Gateway attachment target configuration object.

See

TransitGatewayAttachmentTargetConfig

Generated using TypeDoc