public static final class CfnListener.TargetGroupStickinessConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnListener.TargetGroupStickinessConfigProperty
CfnListener.TargetGroupStickinessConfigProperty
CfnListener.TargetGroupStickinessConfigProperty.Builder, CfnListener.TargetGroupStickinessConfigProperty.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.Number |
getDurationSeconds()
The time period, in seconds, during which requests from a client should be routed to the same target group.
|
java.lang.Object |
getEnabled()
Indicates whether target group stickiness is enabled.
|
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.Number getDurationSeconds()
CfnListener.TargetGroupStickinessConfigProperty
The range is 1-604800 seconds (7 days).
getDurationSeconds
in interface CfnListener.TargetGroupStickinessConfigProperty
public final java.lang.Object getEnabled()
CfnListener.TargetGroupStickinessConfigProperty
getEnabled
in interface CfnListener.TargetGroupStickinessConfigProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()