Listener

class Listener : KotlinCustomResource

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

Link copied to clipboard

Indicates whether the access log has a custom header field. Valid values: true and false. Default value: false.

Link copied to clipboard

Xtrace Configuration Information. See access_log_tracing_config below for details.

Link copied to clipboard

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.,

Link copied to clipboard

The default certificate of the Listener. See certificates below for details. NOTE: When listener_protocol is HTTPS, The default certificate must be set one。

Link copied to clipboard

The Default Rule Action List. See default_actions below for details.

Link copied to clipboard
val dryRun: Output<Boolean>?

The dry run.

Link copied to clipboard
val gzipEnabled: Output<Boolean>

Whether to Enable Gzip Compression, as a Specific File Type on a Compression. Valid values: false, true. Default Value: true. .

Link copied to clipboard
val http2Enabled: Output<Boolean>

Whether to Enable HTTP/2 Features. Valid Values: True Or False. Default Value: True.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val idleTimeout: Output<Int>

Specify the Connection Idle Timeout Value: 1 to 60. Unit: Seconds.

Link copied to clipboard

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&#46;,;/@-]){2,256}$/.

Link copied to clipboard
val listenerPort: Output<Int>

The ALB Instance Front-End, and Those of the Ports Used. Value: 1 to 65535.

Link copied to clipboard

Snooping Protocols. Valid Values: HTTP, HTTPS Or QUIC.

Link copied to clipboard
val loadBalancerId: Output<String>

The ALB Instance Id.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Configuration Associated with the QuIC Listening. See quic_config below for details.

Link copied to clipboard
val requestTimeout: Output<Int>

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.

Link copied to clipboard

Security Policy.

Link copied to clipboard
val status: Output<String>

The state of the listener. Valid Values: Running Or Stopped. Valid values: Running: The listener is running. Stopped: The listener is stopped.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard

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.