NetworkConfig / VpcConfig | VpcTemplatesConfig / TransitGatewayAttachmentConfig / TransitGatewayAttachmentTargetConfig

Transit Gateway attachment target configuration.

Use this configuration to target a Transit Gateway when defining an attachment for your VPC.

- name: Network-Main
account: Network
interface ITransitGatewayAttachmentTargetConfig {
    account: string;
    name: string;
}

Properties

Properties

account: string

The friendly name of the account for the attachment target Transit Gateway.

This is the logical account property of the Transit Gateway as defined in network-config.yaml.

TransitGatewayConfig.

name: string

A friendly name for the attachment target Transit Gateway.

This is the logical name property of the Transit Gateway as defined in network-config.yaml.

TransitGatewayConfig