LoadBalancerAttribute

data class LoadBalancerAttribute(val key: String? = null, val value: String? = null)

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String? = null

The name of the attribute. The following attributes are supported by all load balancers:

Link copied to clipboard
val value: String? = null

The value of the attribute.