Show / Hide Table of Contents

Class CfnLoadBalancer.ConnectionSettingsProperty

Specifies the idle timeout value for your Classic Load Balancer.

Inheritance
System.Object
CfnLoadBalancer.ConnectionSettingsProperty
Implements
CfnLoadBalancer.IConnectionSettingsProperty
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

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectionsettings.html

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

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb-connectionsettings.html#cfn-elb-connectionsettings-idletimeout

Implements

CfnLoadBalancer.IConnectionSettingsProperty
Back to top Generated by DocFX