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
-
ModifyLoadBalancerAttributes in the Elastic Load Balancing API Reference (version 2012-06-01)
-
Idle Connection Timeout in the User Guide for Classic Load Balancers