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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.core.IConstruct
IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.IInterfaceVpcEndpoint
IInterfaceVpcEndpoint.Jsii$Default, IInterfaceVpcEndpoint.Jsii$Proxy
Nested classes/interfaces inherited from interface software.amazon.awscdk.core.IResource
IResource.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.IVpcEndpoint
IVpcEndpoint.Jsii$Default
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
InterfaceVpcEndpoint
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
InterfaceVpcEndpoint
(software.amazon.jsii.JsiiObjectRef objRef) InterfaceVpcEndpoint
(software.constructs.Construct scope, String id, InterfaceVpcEndpointProps props) -
Method Summary
Modifier and TypeMethodDescriptionstatic IInterfaceVpcEndpoint
fromInterfaceVpcEndpointAttributes
(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, setPolicyDocument
Methods inherited from class software.amazon.awscdk.core.Resource
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isResource
Methods inherited from class software.amazon.awscdk.core.Construct
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validate
Methods inherited from class software.constructs.Construct
toString
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface software.amazon.awscdk.core.IConstruct
getNode
Methods inherited from interface software.amazon.awscdk.core.IResource
applyRemovalPolicy, getEnv, getStack
Methods 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:
getConnections
in interfaceIConnectable
-
getSecurityGroupId
Deprecated.use theconnections
object(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:
getVpcEndpointId
in interfaceIVpcEndpoint
- Specified by:
getVpcEndpointId
in classVpcEndpoint
-
getVpcEndpointNetworkInterfaceIds
One or more network interfaces for the interface VPC endpoint.
-
connections
object