Table of Contents

Interface CfnLoadBalancer.IConnectionSettingsProperty

Namespace
Amazon.CDK.AWS.ElasticLoadBalancing
Assembly
Amazon.CDK.AWS.ElasticLoadBalancing.dll

Specifies the idle timeout value for your Classic Load Balancer.

public interface CfnLoadBalancer.IConnectionSettingsProperty

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

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.

double IdleTimeout { get; }

Property Value

double

Remarks