Class CfnLoadBalancerPropsMixin.ConnectionDrainingPolicyProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.elasticloadbalancing.CfnLoadBalancerPropsMixin.ConnectionDrainingPolicyProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnLoadBalancerPropsMixin.ConnectionDrainingPolicyProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLoadBalancerPropsMixin.ConnectionDrainingPolicyProperty
@Stability(Stable)
@Internal
public static final class CfnLoadBalancerPropsMixin.ConnectionDrainingPolicyProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLoadBalancerPropsMixin.ConnectionDrainingPolicyProperty
An implementation for
CfnLoadBalancerPropsMixin.ConnectionDrainingPolicyProperty-
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.elasticloadbalancing.CfnLoadBalancerPropsMixin.ConnectionDrainingPolicyProperty
CfnLoadBalancerPropsMixin.ConnectionDrainingPolicyProperty.Builder, CfnLoadBalancerPropsMixin.ConnectionDrainingPolicyProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnLoadBalancerPropsMixin.ConnectionDrainingPolicyProperty.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 ObjectSpecifies whether connection draining is enabled for the load balancer.final NumberThe maximum time, in seconds, to keep the existing connections open before deregistering the instances.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 theCfnLoadBalancerPropsMixin.ConnectionDrainingPolicyProperty.Builder.
-
-
Method Details
-
getEnabled
Description copied from interface:CfnLoadBalancerPropsMixin.ConnectionDrainingPolicyPropertySpecifies whether connection draining is enabled for the load balancer.Returns union: either
BooleanorIResolvable- Specified by:
getEnabledin interfaceCfnLoadBalancerPropsMixin.ConnectionDrainingPolicyProperty- See Also:
-
getTimeout
Description copied from interface:CfnLoadBalancerPropsMixin.ConnectionDrainingPolicyPropertyThe maximum time, in seconds, to keep the existing connections open before deregistering the instances.- Specified by:
getTimeoutin interfaceCfnLoadBalancerPropsMixin.ConnectionDrainingPolicyProperty- 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()
-