Class VPCEndpointReference
A reference to a VPCEndpoint resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class VPCEndpointReference : IVPCEndpointReference
Syntax (vb)
Public Class VPCEndpointReference Implements IVPCEndpointReference
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 vPCEndpointReference = new VPCEndpointReference {
VpcEndpointId = "vpcEndpointId"
};
Synopsis
Constructors
| VPCEndpointReference() | A reference to a VPCEndpoint resource. |
Properties
| VpcEndpointId | The Id of the VPCEndpoint resource. |
Constructors
VPCEndpointReference()
A reference to a VPCEndpoint resource.
public VPCEndpointReference()
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 vPCEndpointReference = new VPCEndpointReference {
VpcEndpointId = "vpcEndpointId"
};
Properties
VpcEndpointId
The Id of the VPCEndpoint resource.
public string VpcEndpointId { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated