public static final class TargetGroupAttributes.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements TargetGroupAttributes
TargetGroupAttributes
TargetGroupAttributes.Builder, TargetGroupAttributes.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 |
getDefaultPort()
(deprecated) Port target group is listening on.
|
java.lang.String |
getLoadBalancerArns()
A Token representing the list of ARNs for the load balancer routing to this target group.
|
java.lang.String |
getTargetGroupArn()
ARN of the target group.
|
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 getTargetGroupArn()
TargetGroupAttributes
getTargetGroupArn
in interface TargetGroupAttributes
public final java.lang.String getDefaultPort()
TargetGroupAttributes
getDefaultPort
in interface TargetGroupAttributes
public final java.lang.String getLoadBalancerArns()
TargetGroupAttributes
getLoadBalancerArns
in interface TargetGroupAttributes
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()