interface IVPCEndpointRef
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EC2.IVPCEndpointRef |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsec2#IVPCEndpointRef |
![]() | software.amazon.awscdk.services.ec2.IVPCEndpointRef |
![]() | aws_cdk.aws_ec2.IVPCEndpointRef |
![]() | aws-cdk-lib » aws_ec2 » IVPCEndpointRef |
Implemented by
Cfn
, Gateway
, Interface
Indicates that this resource can be referenced as a VPCEndpoint.
Properties
Name | Type | Description |
---|---|---|
node | Node | The tree node. |
vpc | VPCEndpoint | A reference to a VPCEndpoint resource. |
node
Type:
Node
The tree node.
vpcEndpointRef
Type:
VPCEndpoint
A reference to a VPCEndpoint resource.