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.

The targeted VPC must have a Transit Gateway attachment defined.

TransitGatewayAttachmentConfig

account: Network
vpcName: Network-Inspection
interface ITransitGatewayRouteTableVpcEntryConfig {
    account: string;
    vpcName: string;
}

Properties

Properties

account: string

The friendly name of the account where the VPC resides.

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

vpcName: string

The friendly name of the VPC.

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