AWS::ElasticLoadBalancing::LoadBalancer ConnectionSettings - AWS CloudFormation

AWS::ElasticLoadBalancing::LoadBalancer ConnectionSettings

Specifies the idle timeout value for your Classic Load Balancer.

Syntax

To declare this entity in your AWS 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