Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data AdditionalAttribute Source #
Information about additional load balancer attributes.
See: newAdditionalAttribute
smart constructor.
AdditionalAttribute' | |
|
Instances
newAdditionalAttribute :: AdditionalAttribute Source #
Create a value of AdditionalAttribute
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:value:AdditionalAttribute'
, additionalAttribute_value
- This value of the attribute.
$sel:key:AdditionalAttribute'
, additionalAttribute_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 aremonitor
,defensive
, andstrictest
. The default isdefensive
.
additionalAttribute_value :: Lens' AdditionalAttribute (Maybe Text) Source #
This value of the attribute.
additionalAttribute_key :: Lens' AdditionalAttribute (Maybe Text) Source #
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
.