@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:06.681Z") @Stability(value=Experimental) public class VpcEndpointService extends Resource implements IVpcEndpointService
| Modifier and Type | Class and Description |
|---|---|
static class |
VpcEndpointService.Builder
(experimental) A fluent builder for
VpcEndpointService. |
software.amazon.jsii.JsiiObject.InitializationModeIVpcEndpointService.Jsii$Default, IVpcEndpointService.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
VpcEndpointService(software.constructs.Construct scope,
String id,
VpcEndpointServiceProps props) |
protected |
VpcEndpointService(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
VpcEndpointService(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAcceptanceRequired()
(experimental) Whether to require manual acceptance of new connections to the service.
|
List<ArnPrincipal> |
getAllowedPrincipals()
(experimental) One or more Principal ARNs to allow inbound connections to.
|
String |
getVpcEndpointServiceId()
(experimental) The id of the VPC Endpoint Service, like vpce-svc-xxxxxxxxxxxxxxxx.
|
List<IVpcEndpointServiceLoadBalancer> |
getVpcEndpointServiceLoadBalancers()
(experimental) One or more network load balancers to host the service.
|
String |
getVpcEndpointServiceName()
(experimental) The service name of the VPC Endpoint Service that clients use to connect to, like com.amazonaws.vpce.
|
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isResourcejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected VpcEndpointService(software.amazon.jsii.JsiiObjectRef objRef)
protected VpcEndpointService(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public VpcEndpointService(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
VpcEndpointServiceProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.@Stability(value=Experimental) @NotNull public Boolean getAcceptanceRequired()
@Stability(value=Experimental) @NotNull public List<ArnPrincipal> getAllowedPrincipals()
@Stability(value=Experimental) @NotNull public String getVpcEndpointServiceId()
getVpcEndpointServiceId in interface IVpcEndpointService@Stability(value=Experimental) @NotNull public List<IVpcEndpointServiceLoadBalancer> getVpcEndpointServiceLoadBalancers()
@Stability(value=Experimental) @NotNull public String getVpcEndpointServiceName()
getVpcEndpointServiceName in interface IVpcEndpointServiceCopyright © 2021. All rights reserved.