@Stability(value=Experimental) @Internal public static final class VpcEndpointServiceProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements VpcEndpointServiceProps
VpcEndpointServiceProps
software.amazon.jsii.JsiiObject.InitializationMode
VpcEndpointServiceProps.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, jsiiStaticSet
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected 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()
VpcEndpointServiceProps
getVpcEndpointServiceLoadBalancers
in interface VpcEndpointServiceProps
public final Boolean getAcceptanceRequired()
VpcEndpointServiceProps
Default: true
getAcceptanceRequired
in interface VpcEndpointServiceProps
public final List<ArnPrincipal> getAllowedPrincipals()
VpcEndpointServiceProps
These 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.JsiiSerializable
Copyright © 2021. All rights reserved.