Class InterfaceVpcEndpoint
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.core.Construct
software.amazon.awscdk.core.Resource
software.amazon.awscdk.services.ec2.VpcEndpoint
software.amazon.awscdk.services.ec2.InterfaceVpcEndpoint
- All Implemented Interfaces:
IConstruct,IDependable,IResource,IConnectable,IInterfaceVpcEndpoint,IVpcEndpoint,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:39.409Z")
@Stability(Stable)
public class InterfaceVpcEndpoint
extends VpcEndpoint
implements IInterfaceVpcEndpoint
A interface VPC endpoint.
Example:
Vpc vpc;
InterfaceVpcEndpoint.Builder.create(this, "VPC Endpoint")
.vpc(vpc)
.service(new InterfaceVpcEndpointService("com.amazonaws.vpce.us-east-1.vpce-svc-uuddlrlrbastrtsvc", 443))
// Choose which availability zones to place the VPC endpoint in, based on
// available AZs
.subnets(SubnetSelection.builder()
.availabilityZones(List.of("us-east-1a", "us-east-1c"))
.build())
.build();
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.core.IConstruct
IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.IInterfaceVpcEndpoint
IInterfaceVpcEndpoint.Jsii$Default, IInterfaceVpcEndpoint.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.core.IResource
IResource.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.IVpcEndpoint
IVpcEndpoint.Jsii$Default -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInterfaceVpcEndpoint(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedInterfaceVpcEndpoint(software.amazon.jsii.JsiiObjectRef objRef) InterfaceVpcEndpoint(software.constructs.Construct scope, String id, InterfaceVpcEndpointProps props) -
Method Summary
Modifier and TypeMethodDescriptionstatic IInterfaceVpcEndpointfromInterfaceVpcEndpointAttributes(software.constructs.Construct scope, String id, InterfaceVpcEndpointAttributes attrs) Imports an existing interface VPC endpoint.Access to network connections.Deprecated.The date and time the interface VPC endpoint was created.The DNS entries for the interface VPC endpoint.The interface VPC endpoint identifier.One or more network interfaces for the interface VPC endpoint.Methods inherited from class software.amazon.awscdk.services.ec2.VpcEndpoint
addToPolicy, getPolicyDocument, setPolicyDocumentMethods inherited from class software.amazon.awscdk.core.Resource
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isResourceMethods inherited from class software.amazon.awscdk.core.Construct
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validateMethods inherited from class software.constructs.Construct
toStringMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awscdk.core.IConstruct
getNodeMethods inherited from interface software.amazon.awscdk.core.IResource
applyRemovalPolicy, getEnv, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
InterfaceVpcEndpoint
protected InterfaceVpcEndpoint(software.amazon.jsii.JsiiObjectRef objRef) -
InterfaceVpcEndpoint
protected InterfaceVpcEndpoint(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
InterfaceVpcEndpoint
@Stability(Stable) public InterfaceVpcEndpoint(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull InterfaceVpcEndpointProps props) - Parameters:
scope- This parameter is required.id- This parameter is required.props- This parameter is required.
-
-
Method Details
-
fromInterfaceVpcEndpointAttributes
@Stability(Stable) @NotNull public static IInterfaceVpcEndpoint fromInterfaceVpcEndpointAttributes(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull InterfaceVpcEndpointAttributes attrs) Imports an existing interface VPC endpoint.- Parameters:
scope- This parameter is required.id- This parameter is required.attrs- This parameter is required.
-
getConnections
Access to network connections.- Specified by:
getConnectionsin interfaceIConnectable
-
getSecurityGroupId
Deprecated.use theconnectionsobject(deprecated) The identifier of the first security group associated with this interface VPC endpoint. -
getVpcEndpointCreationTimestamp
The date and time the interface VPC endpoint was created. -
getVpcEndpointDnsEntries
The DNS entries for the interface VPC endpoint. -
getVpcEndpointId
The interface VPC endpoint identifier.- Specified by:
getVpcEndpointIdin interfaceIVpcEndpoint- Specified by:
getVpcEndpointIdin classVpcEndpoint
-
getVpcEndpointNetworkInterfaceIds
One or more network interfaces for the interface VPC endpoint.
-
connectionsobject