Class CfnLoadBalancer.ConnectionSettingsProperty
Specifies the idle timeout value for your Classic Load Balancer.
Inheritance
System.Object
CfnLoadBalancer.ConnectionSettingsProperty
Implements
Namespace: Amazon.CDK.AWS.ElasticLoadBalancing
Assembly: Amazon.CDK.AWS.ElasticLoadBalancing.dll
Syntax (csharp)
public class ConnectionSettingsProperty : Object, CfnLoadBalancer.IConnectionSettingsProperty
Syntax (vb)
Public Class ConnectionSettingsProperty
Inherits Object
Implements CfnLoadBalancer.IConnectionSettingsProperty
Remarks
ExampleMetadata: fixture=_generated
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
};
Synopsis
Constructors
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. |
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; }
Property Value
System.Double