@Stability(value=Stable) @Internal public static final class ApplicationLoadBalancerProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ApplicationLoadBalancerProps
ApplicationLoadBalancerProps
software.amazon.jsii.JsiiObject.InitializationMode
ApplicationLoadBalancerProps.Builder, ApplicationLoadBalancerProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(ApplicationLoadBalancerProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
ApplicationLoadBalancerProps.Builder . |
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(Object o) |
String |
getDomainName()
The domain name for the service, e.g.
|
IHostedZone |
getDomainZone()
The Route53 hosted zone for the domain, e.g.
|
List<ApplicationListenerProps> |
getListeners()
Listeners (at least one listener) attached to this load balancer.
|
String |
getName()
Name of the load balancer.
|
Boolean |
getPublicLoadBalancer()
Determines whether the Load Balancer will be internet-facing.
|
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(ApplicationLoadBalancerProps.Builder builder)
ApplicationLoadBalancerProps.Builder
.public final List<ApplicationListenerProps> getListeners()
ApplicationLoadBalancerProps
getListeners
in interface ApplicationLoadBalancerProps
public final String getName()
ApplicationLoadBalancerProps
getName
in interface ApplicationLoadBalancerProps
public final 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 Boolean getPublicLoadBalancer()
ApplicationLoadBalancerProps
Default: true
getPublicLoadBalancer
in interface ApplicationLoadBalancerProps
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2022. All rights reserved.