Interface VPCEndpointReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
VPCEndpointReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)",
date="2025-09-15T14:51:56.525Z")
@Stability(Stable)
public interface VPCEndpointReference
extends software.amazon.jsii.JsiiSerializable
A reference to a VPCEndpoint resource.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.ec2.*; VPCEndpointReference vPCEndpointReference = VPCEndpointReference.builder() .vpcEndpointId("vpcEndpointId") .build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forVPCEndpointReference
static final class
An implementation forVPCEndpointReference
-
Method Summary
Modifier and TypeMethodDescriptionstatic VPCEndpointReference.Builder
builder()
The Id of the VPCEndpoint resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getVpcEndpointId
The Id of the VPCEndpoint resource. -
builder
- Returns:
- a
VPCEndpointReference.Builder
ofVPCEndpointReference
-