Listener Args
data class ListenerArgs(val dryRun: Output<Boolean>? = null, val listenerDescription: Output<String>? = null, val loadBalancerId: Output<String>? = null, val serverGroupId: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<ListenerArgs>
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>
Content copied to clipboard
Constructors
Properties
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
The GWLB instance ID.
Link copied to clipboard
The server group ID.