AwsTransitGatewayGatewayIdReference
interface AwsTransitGatewayGatewayIdReference {
transitGatewayId: Input<string>;
}A structural Transit Gateway reference accepted by a VPC-attachment capability.
Example
CODE
const transitGateway = { transitGatewayId: 'tgw-0123456789abcdef0' };Properties
transitGatewayId: Input<string>
Transit Gateway ID from an AwsTransitGateway, Pulumi stack output, provider resource, or import.