AwsVpcReference

interface AwsVpcReference { vpcId: Input<string>; }

Typed VPC reference accepted by VPC peering and endpoint capabilities.

Example

CODE
import type { AwsVpcReference } from '@jobcloud/aws-vpc';

const reference: AwsVpcReference = { vpcId: 'vpc-0123456789abcdef0' };

Properties

vpcId: Input<string>

The VPC ID used by the dependent capability.