Listener
Provides a Application Load Balancer (ALB) Listener resource. For information about Application Load Balancer (ALB) Listener and how to use it, see What is Listener.
NOTE: Available since v1.133.0.
Import
Application Load Balancer (ALB) Listener can be imported using the id, e.g.
$ pulumi import alicloud:alb/listener:Listener example <id>Properties
Indicates whether the access log has a custom header field. Valid values: true and false. Default value: false.
Xtrace Configuration Information. See access_log_tracing_config below for details.
The configurations of the access control lists (ACLs). See acl_config below for details. NOTE: Field acl_config has been deprecated from provider version 1.163.0, and it will be removed in the future version. Please use the new resource alicloud.alb.ListenerAclAttachment.,
The default certificate of the Listener. See certificates below for details. NOTE: When listener_protocol is HTTPS, The default certificate must be set one。
The Default Rule Action List. See default_actions below for details.
Whether to Enable Gzip Compression, as a Specific File Type on a Compression. Valid values: false, true. Default Value: true. .
Whether to Enable HTTP/2 Features. Valid Values: True Or False. Default Value: True.
Specify the Connection Idle Timeout Value: 1 to 60. Unit: Seconds.
The description of the listener. The description must be 2 to 256 characters in length. The name can contain only the characters in the following string: /^([^\x00-\xff]|[\w.,;/@-]){2,256}$/.
The ALB Instance Front-End, and Those of the Ports Used. Value: 1 to 65535.
Snooping Protocols. Valid Values: HTTP, HTTPS Or QUIC.
The ALB Instance Id.
Configuration Associated with the QuIC Listening. See quic_config below for details.
The Specified Request Timeout Time. Value: 1 to 180. Unit: Seconds. Default Value: 60. If the Timeout Time Within the Back-End Server Has Not Answered the ALB Will Give up Waiting, the Client Returns the HTTP 504 Error Code.
Security Policy.
The x_forward_for Related Attribute Configuration. See x_forwarded_for_config below for details. NOTE: The attribute is valid when the attribute listener_protocol is HTTPS.