Interface CfnLoadBalancerPropsMixin.ConnectionDrainingPolicyProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnLoadBalancerPropsMixin.ConnectionDrainingPolicyProperty.Jsii$Proxy
Enclosing class:
CfnLoadBalancerPropsMixin

@Stability(Stable) public static interface CfnLoadBalancerPropsMixin.ConnectionDrainingPolicyProperty extends software.amazon.jsii.JsiiSerializable
Specifies the connection draining settings for your Classic Load Balancer.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.elasticloadbalancing.*;
 ConnectionDrainingPolicyProperty connectionDrainingPolicyProperty = ConnectionDrainingPolicyProperty.builder()
         .enabled(false)
         .timeout(123)
         .build();
 

See Also: