Class CfnListenerPropsMixin.TargetGroupStickinessConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.elasticloadbalancingv2.CfnListenerPropsMixin.TargetGroupStickinessConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnListenerPropsMixin.TargetGroupStickinessConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnListenerPropsMixin.TargetGroupStickinessConfigProperty
@Stability(Stable)
@Internal
public static final class CfnListenerPropsMixin.TargetGroupStickinessConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnListenerPropsMixin.TargetGroupStickinessConfigProperty
An implementation for
CfnListenerPropsMixin.TargetGroupStickinessConfigProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.elasticloadbalancingv2.CfnListenerPropsMixin.TargetGroupStickinessConfigProperty
CfnListenerPropsMixin.TargetGroupStickinessConfigProperty.Builder, CfnListenerPropsMixin.TargetGroupStickinessConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnListenerPropsMixin.TargetGroupStickinessConfigProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal Number[Application Load Balancers] The time period, in seconds, during which requests from a client should be routed to the same target group.final ObjectIndicates whether target group stickiness is enabled.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnListenerPropsMixin.TargetGroupStickinessConfigProperty.Builder.
-
-
Method Details
-
getDurationSeconds
Description copied from interface:CfnListenerPropsMixin.TargetGroupStickinessConfigProperty[Application Load Balancers] The time period, in seconds, during which requests from a client should be routed to the same target group.The range is 1-604800 seconds (7 days). You must specify this value when enabling target group stickiness.
- Specified by:
getDurationSecondsin interfaceCfnListenerPropsMixin.TargetGroupStickinessConfigProperty- See Also:
-
getEnabled
Description copied from interface:CfnListenerPropsMixin.TargetGroupStickinessConfigPropertyIndicates whether target group stickiness is enabled.Returns union: either
BooleanorIResolvable- Specified by:
getEnabledin interfaceCfnListenerPropsMixin.TargetGroupStickinessConfigProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-