class Aws::ElasticLoadBalancing::Types::AdditionalAttribute

Information about additional load balancer attributes.

@note When making an API call, you may pass AdditionalAttribute

data as a hash:

    {
      key: "AdditionalAttributeKey",
      value: "AdditionalAttributeValue",
    }

@!attribute [rw] key

The name of the attribute.

The following attribute is supported.

* `elb.http.desyncmitigationmode` - Determines how the load balancer
  handles requests that might pose a security risk to your
  application. The possible values are `monitor`, `defensive`, and
  `strictest`. The default is `defensive`.

^
@return [String]

@!attribute [rw] value

This value of the attribute.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/elasticloadbalancing-2012-06-01/AdditionalAttribute AWS API Documentation

Constants

SENSITIVE