LoadBalancerAttributeArgs

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

Specifies an attribute for an Application Load Balancer, a Network Load Balancer, or a Gateway Load Balancer.

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 attributes are supported by all 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(): LoadBalancerAttributeArgs