Listener

class Listener : KotlinCustomResource

Provides a GWLB Listener resource. For information about GWLB Listener and how to use it, see What is Listener.

NOTE: Available since v1.234.0.

Import

GWLB Listener can be imported using the id, e.g.

$ pulumi import alicloud:gwlb/listener:Listener example <id>

Properties

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

Specifies whether to perform a dry run, without performing the actual request. Valid values:

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

The description of the listener. The description must be 2 to 256 characters in length, and can contain letters, digits, commas (,), periods (.), semicolons (;), forward slashes (/), at signs (@), underscores (\_), and hyphens (-).

Link copied to clipboard
val loadBalancerId: Output<String>

The GWLB instance ID.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val regionId: Output<String>

The region ID.

Link copied to clipboard
val serverGroupId: Output<String>

The server group ID.

Link copied to clipboard
val status: Output<String>

The status of the listener.

Link copied to clipboard
val tags: Output<Map<String, String>>?

The tags. You can specify at most 20 tags in each call.

Link copied to clipboard
val urn: Output<String>