AWS::ElasticLoadBalancingV2::Listener ListenerAttribute - AWS CloudFormation

AWS::ElasticLoadBalancingV2::Listener ListenerAttribute

Information about a listener attribute.

Syntax

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

JSON

{ "Key" : String, "Value" : String }

YAML

Key: String Value: String

Properties

Key

The name of the attribute.

The following attribute is supported by Network Load Balancers, and Gateway Load Balancers.

  • tcp.idle_timeout.seconds - The tcp idle timeout value, in seconds. The valid range is 60-6000 seconds. The default is 350 seconds.

Required: No

Type: String

Pattern: ^[a-zA-Z0-9._]+$

Maximum: 256

Update requires: No interruption

Value

The value of the attribute.

Required: No

Type: String

Update requires: No interruption