GetListenersPlainArgs

data class GetListenersPlainArgs(val descriptionRegex: String? = null, val frontendPort: Int? = null, val loadBalancerId: String, val outputFile: String? = null, val protocol: String? = null) : ConvertibleToJava<GetListenersPlainArgs>

A collection of arguments for invoking getListeners.

Constructors

Link copied to clipboard
constructor(descriptionRegex: String? = null, frontendPort: Int? = null, loadBalancerId: String, outputFile: String? = null, protocol: String? = null)

Properties

Link copied to clipboard

A regex string to filter results by SLB listener description.

Link copied to clipboard
val frontendPort: Int? = null

Filter listeners by the specified frontend port.

Link copied to clipboard

ID of the SLB with listeners.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

Link copied to clipboard
val protocol: String? = null

Filter listeners by the specified protocol. Valid values: http, https, tcp and udp.

Functions

Link copied to clipboard
open override fun toJava(): GetListenersPlainArgs