You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ElasticLoadBalancing::Types::AdditionalAttribute
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancing::Types::AdditionalAttribute
- Defined in:
- (unknown)
Overview
Note:
When passing AdditionalAttribute as input to an Aws::Client method, you can use a vanilla Hash:
{
key: "AdditionalAttributeKey",
value: "AdditionalAttributeValue",
}
Information about additional load balancer attributes.
Instance Attribute Summary collapse
-
#key ⇒ String
The name of the attribute.
-
#value ⇒ String
This value of the attribute.
Instance Attribute Details
#key ⇒ String
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 aremonitor
,defensive
, andstrictest
. The default isdefensive
.
^
#value ⇒ String
This value of the attribute.