NetworkConfig / TransitGatewayConfig / TransitGatewayRouteTableConfig / TransitGatewayRouteEntryConfig / TransitGatewayRouteTableVpcEntryConfig

Transit Gateway VPC static route entry configuration. Use this configuration to define an account and VPC name as a target for Transit Gateway static route entries.

Remarks

The targeted VPC must have a Transit Gateway attachment defined.

See

TransitGatewayAttachmentConfig

Example

account: Network
vpcName: Network-Inspection

Hierarchy

  • TransitGatewayRouteTableVpcEntryConfig

Implements

Constructors

Properties

Constructors

Properties

account: string = ''

The friendly name of the account where the VPC resides.

Remarks

Note: This is the logical name property for the account as defined in accounts-config.yaml.

vpcName: string = ''

The friendly name of the VPC.

Remarks

Note: This is the logical name property for the VPC as defined in network-config.yaml.

Generated using TypeDoc