Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Index

Constructors

Properties

name: "" = ''

A friendly name for the Transit Gateway attachment.

options: undefined | TransitGatewayAttachmentOptionsConfig = undefined

A Transit Gateway attachment options configuration.

see

TransitGatewayAttachmentOptionsConfig

routeTableAssociations: string[] = []

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

routeTablePropagations: string[] = []

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