public static final class VpcEndpointServiceProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements VpcEndpointServiceProps
VpcEndpointServiceProps
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.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Boolean |
getAcceptanceRequired()
Whether requests from service consumers to connect to the service through an endpoint must be accepted.
|
java.util.List<ArnPrincipal> |
getAllowedPrincipals()
IAM users, IAM roles, or AWS accounts to allow inbound connections from.
|
java.util.List<IVpcEndpointServiceLoadBalancer> |
getVpcEndpointServiceLoadBalancers()
One or more load balancers to host the VPC Endpoint Service.
|
java.lang.String |
getVpcEndpointServiceName()
(deprecated) Name of the Vpc Endpoint Service.
|
java.util.List<ArnPrincipal> |
getWhitelistedPrincipals()
(deprecated) IAM users, IAM roles, or AWS accounts to allow inbound connections from.
|
int |
hashCode() |
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.public final java.util.List<IVpcEndpointServiceLoadBalancer> getVpcEndpointServiceLoadBalancers()
VpcEndpointServiceProps
getVpcEndpointServiceLoadBalancers
in interface VpcEndpointServiceProps
public final java.lang.Boolean getAcceptanceRequired()
VpcEndpointServiceProps
Default: true
getAcceptanceRequired
in interface VpcEndpointServiceProps
public final java.util.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
public final java.lang.String getVpcEndpointServiceName()
VpcEndpointServiceProps
Default: - CDK generated name
getVpcEndpointServiceName
in interface VpcEndpointServiceProps
public final java.util.List<ArnPrincipal> getWhitelistedPrincipals()
VpcEndpointServiceProps
These principals can connect to your service using VPC endpoints. Takes a list of one or more ArnPrincipal.
Default: - no principals
getWhitelistedPrincipals
in interface VpcEndpointServiceProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()