interface IVPCRef
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.EC2.IVPCRef |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsec2#IVPCRef |
Java | software.amazon.awscdk.services.ec2.IVPCRef |
Python | aws_cdk.aws_ec2.IVPCRef |
TypeScript | aws-cdk-lib » aws_ec2 » IVPCRef |
Implemented by
Cfn, Vpc, Vpc
Obtainable from
Cfn.fromVpcId()
Indicates that this resource can be referenced as a VPC.
Properties
| Name | Type | Description |
|---|---|---|
| node | Node | The tree node. |
| vpc | VPCReference | A reference to a VPC resource. |
node
Type:
Node
The tree node.
vpcRef
Type:
VPCReference
A reference to a VPC resource.

.NET
Go
Java
Python
TypeScript