@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:46.976Z") @Stability(value=Experimental) public class InterfaceVpcEndpoint extends VpcEndpoint implements IInterfaceVpcEndpoint
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();
| Modifier and Type | Class and Description |
|---|---|
static class |
InterfaceVpcEndpoint.Builder
(experimental) A fluent builder for
InterfaceVpcEndpoint. |
software.amazon.jsii.JsiiObject.InitializationModeIInterfaceVpcEndpoint.Jsii$Default, IInterfaceVpcEndpoint.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
InterfaceVpcEndpoint(software.constructs.Construct scope,
String id,
InterfaceVpcEndpointProps props) |
protected |
InterfaceVpcEndpoint(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
InterfaceVpcEndpoint(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static IInterfaceVpcEndpoint |
fromInterfaceVpcEndpointAttributes(software.constructs.Construct scope,
String id,
InterfaceVpcEndpointAttributes attrs)
(experimental) Imports an existing interface VPC endpoint.
|
Connections |
getConnections()
(experimental) Access to network connections.
|
String |
getSecurityGroupId()
Deprecated.
use the `connections` object
|
String |
getVpcEndpointCreationTimestamp()
(experimental) The date and time the interface VPC endpoint was created.
|
List<String> |
getVpcEndpointDnsEntries()
(experimental) The DNS entries for the interface VPC endpoint.
|
String |
getVpcEndpointId()
(experimental) The interface VPC endpoint identifier.
|
List<String> |
getVpcEndpointNetworkInterfaceIds()
(experimental) One or more network interfaces for the interface VPC endpoint.
|
addToPolicy, getPolicyDocument, setPolicyDocumentapplyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isResourcegetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitapplyRemovalPolicy, getEnv, getStackgetNodeprotected InterfaceVpcEndpoint(software.amazon.jsii.JsiiObjectRef objRef)
protected InterfaceVpcEndpoint(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public InterfaceVpcEndpoint(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
InterfaceVpcEndpointProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.@Stability(value=Experimental) @NotNull public static IInterfaceVpcEndpoint fromInterfaceVpcEndpointAttributes(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull InterfaceVpcEndpointAttributes attrs)
scope - This parameter is required.id - This parameter is required.attrs - This parameter is required.@Stability(value=Experimental) @NotNull public Connections getConnections()
getConnections in interface IConnectable@Stability(value=Deprecated) @Deprecated @NotNull public String getSecurityGroupId()
@Stability(value=Experimental) @NotNull public String getVpcEndpointCreationTimestamp()
@Stability(value=Experimental) @NotNull public List<String> getVpcEndpointDnsEntries()
@Stability(value=Experimental) @NotNull public String getVpcEndpointId()
getVpcEndpointId in interface IVpcEndpointgetVpcEndpointId in class VpcEndpointCopyright © 2022. All rights reserved.