public static final class NetworkLoadBalancerAttributes.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements NetworkLoadBalancerAttributes
NetworkLoadBalancerAttributes
NetworkLoadBalancerAttributes.Builder, NetworkLoadBalancerAttributes.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 |
getLoadBalancerArn()
ARN of the load balancer.
|
java.lang.String |
getLoadBalancerCanonicalHostedZoneId()
The canonical hosted zone ID of this load balancer.
|
java.lang.String |
getLoadBalancerDnsName()
The DNS name of this load balancer.
|
IVpc |
getVpc()
The VPC to associate with the load balancer.
|
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.lang.String getLoadBalancerArn()
NetworkLoadBalancerAttributes
getLoadBalancerArn
in interface NetworkLoadBalancerAttributes
public final java.lang.String getLoadBalancerCanonicalHostedZoneId()
NetworkLoadBalancerAttributes
Default: - When not provided, LB cannot be used as Route53 Alias target.
getLoadBalancerCanonicalHostedZoneId
in interface NetworkLoadBalancerAttributes
public final java.lang.String getLoadBalancerDnsName()
NetworkLoadBalancerAttributes
Default: - When not provided, LB cannot be used as Route53 Alias target.
getLoadBalancerDnsName
in interface NetworkLoadBalancerAttributes
public final IVpc getVpc()
NetworkLoadBalancerAttributes
Default: - When not provided, listeners cannot be created on imported load balancers.
getVpc
in interface NetworkLoadBalancerAttributes
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()