Class CfnLoadBalancer.ConnectionSettingsProperty
- Namespace
- Amazon.CDK.AWS.ElasticLoadBalancing
- Assembly
- Amazon.CDK.AWS.ElasticLoadBalancing.dll
Specifies the idle timeout value for your Classic Load Balancer.
public class CfnLoadBalancer.ConnectionSettingsProperty : CfnLoadBalancer.IConnectionSettingsProperty
- Inheritance
-
CfnLoadBalancer.ConnectionSettingsProperty
- Implements
- Inherited Members
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.ElasticLoadBalancing;
var connectionSettingsProperty = new ConnectionSettingsProperty {
IdleTimeout = 123
};
Remarks
ExampleMetadata: fixture=_generated
Constructors
ConnectionSettingsProperty()
public ConnectionSettingsProperty()
Properties
IdleTimeout
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.
public double IdleTimeout { get; set; }