public static final class ApplicationLoadBalancerProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ApplicationLoadBalancerProps
ApplicationLoadBalancerProps
ApplicationLoadBalancerProps.Builder, ApplicationLoadBalancerProps.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.String |
getDomainName()
The domain name for the service, e.g.
|
IHostedZone |
getDomainZone()
The Route53 hosted zone for the domain, e.g.
|
java.util.List<ApplicationListenerProps> |
getListeners()
Listeners (at least one listener) attached to this load balancer.
|
java.lang.String |
getName()
Name of the load balancer.
|
java.lang.Boolean |
getPublicLoadBalancer()
Determines whether the Load Balancer will be internet-facing.
|
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<ApplicationListenerProps> getListeners()
ApplicationLoadBalancerProps
getListeners
in interface ApplicationLoadBalancerProps
public final java.lang.String getName()
ApplicationLoadBalancerProps
getName
in interface ApplicationLoadBalancerProps
public final java.lang.String getDomainName()
ApplicationLoadBalancerProps
Default: - No domain name.
getDomainName
in interface ApplicationLoadBalancerProps
public final IHostedZone getDomainZone()
ApplicationLoadBalancerProps
Default: - No Route53 hosted domain zone.
getDomainZone
in interface ApplicationLoadBalancerProps
public final java.lang.Boolean getPublicLoadBalancer()
ApplicationLoadBalancerProps
Default: true
getPublicLoadBalancer
in interface ApplicationLoadBalancerProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()