AWS::ElasticLoadBalancing::LoadBalancer ConnectionSettings - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::ElasticLoadBalancing::LoadBalancer ConnectionSettings

Specifies the idle timeout value for your Classic Load Balancer.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "IdleTimeout" : Integer }

YAML

IdleTimeout: Integer

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.

Required: Yes

Type: Integer

Minimum: 1

Maximum: 3600

Update requires: No interruption

See also