Interface IVPCReference
A reference to a VPC resource.
Namespace: Amazon.CDK.Interfaces.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IVPCReference
Syntax (vb)
Public Interface IVPCReference
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Interfaces.EC2;
var vPCReference = new VPCReference {
VpcId = "vpcId"
};
Synopsis
Properties
| VpcId | The VpcId of the VPC resource. |
Properties
VpcId
The VpcId of the VPC resource.
string VpcId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated