Interface CfnLoadBalancerPropsMixin.ConnectionSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnLoadBalancerPropsMixin.ConnectionSettingsProperty.Jsii$Proxy
- Enclosing class:
CfnLoadBalancerPropsMixin
@Stability(Stable)
public static interface CfnLoadBalancerPropsMixin.ConnectionSettingsProperty
extends software.amazon.jsii.JsiiSerializable
Specifies the idle timeout value 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.*;
ConnectionSettingsProperty connectionSettingsProperty = ConnectionSettingsProperty.builder()
.idleTimeout(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnLoadBalancerPropsMixin.ConnectionSettingsPropertystatic final classAn implementation forCfnLoadBalancerPropsMixin.ConnectionSettingsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIdleTimeout
The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection) before it is closed by the load balancer.- See Also:
-
builder
-