AwsTransitGatewayVpcReference
interface AwsTransitGatewayVpcReference {
vpcId: Input<string>;
}A structural VPC reference accepted by a VPC-attachment capability.
Example
CODE
const vpc = { vpcId: 'vpc-0123456789abcdef0' };Properties
vpcId: Input<string>
VPC ID from an AwsVpc, Pulumi stack output, provider resource, or import.