ListenerAttributeArgs

data class ListenerAttributeArgs(val key: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<ListenerAttributeArgs>

Constructors

Link copied to clipboard
constructor(key: Output<String>? = null, value: Output<String>? = null)

Properties

Link copied to clipboard
val key: Output<String>? = null

The name of the attribute. The following attribute is supported by Network Load Balancers, and Gateway Load Balancers.

Link copied to clipboard
val value: Output<String>? = null

The value of the attribute.

Functions

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