@Stability(value=Experimental) @Internal public static final class VpcEndpointServiceProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements VpcEndpointServiceProps
VpcEndpointServicePropssoftware.amazon.jsii.JsiiObject.InitializationModeVpcEndpointServiceProps.Builder, VpcEndpointServiceProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(List<? extends IVpcEndpointServiceLoadBalancer> vpcEndpointServiceLoadBalancers,
Boolean acceptanceRequired,
List<? extends ArnPrincipal> allowedPrincipals)
Constructor that initializes the object based on literal property values passed by the
VpcEndpointServiceProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Boolean |
getAcceptanceRequired()
(experimental) Whether requests from service consumers to connect to the service through an endpoint must be accepted.
|
List<ArnPrincipal> |
getAllowedPrincipals()
(experimental) IAM users, IAM roles, or AWS accounts to allow inbound connections from.
|
List<IVpcEndpointServiceLoadBalancer> |
getVpcEndpointServiceLoadBalancers()
(experimental) One or more load balancers to host the VPC Endpoint Service.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(List<? extends IVpcEndpointServiceLoadBalancer> vpcEndpointServiceLoadBalancers, Boolean acceptanceRequired, List<? extends ArnPrincipal> allowedPrincipals)
VpcEndpointServiceProps.Builder.public final List<IVpcEndpointServiceLoadBalancer> getVpcEndpointServiceLoadBalancers()
VpcEndpointServicePropsgetVpcEndpointServiceLoadBalancers in interface VpcEndpointServicePropspublic final Boolean getAcceptanceRequired()
VpcEndpointServicePropsDefault: true
getAcceptanceRequired in interface VpcEndpointServicePropspublic final List<ArnPrincipal> getAllowedPrincipals()
VpcEndpointServicePropsThese principals can connect to your service using VPC endpoints. Takes a list of one or more ArnPrincipal.
Default: - no principals
getAllowedPrincipals in interface VpcEndpointServiceProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.