amazonka-elb-2.0: Amazon Elastic Load Balancing SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.ELB.Types.AdditionalAttribute

Description

 
Synopsis

Documentation

data AdditionalAttribute Source #

Information about additional load balancer attributes.

See: newAdditionalAttribute smart constructor.

Constructors

AdditionalAttribute' 

Fields

  • key :: Maybe Text

    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.
  • value :: Maybe Text

    This value of the attribute.

Instances

Instances details
ToQuery AdditionalAttribute Source # 
Instance details

Defined in Amazonka.ELB.Types.AdditionalAttribute

FromXML AdditionalAttribute Source # 
Instance details

Defined in Amazonka.ELB.Types.AdditionalAttribute

Generic AdditionalAttribute Source # 
Instance details

Defined in Amazonka.ELB.Types.AdditionalAttribute

Associated Types

type Rep AdditionalAttribute :: Type -> Type #

Read AdditionalAttribute Source # 
Instance details

Defined in Amazonka.ELB.Types.AdditionalAttribute

Show AdditionalAttribute Source # 
Instance details

Defined in Amazonka.ELB.Types.AdditionalAttribute

NFData AdditionalAttribute Source # 
Instance details

Defined in Amazonka.ELB.Types.AdditionalAttribute

Methods

rnf :: AdditionalAttribute -> () #

Eq AdditionalAttribute Source # 
Instance details

Defined in Amazonka.ELB.Types.AdditionalAttribute

Hashable AdditionalAttribute Source # 
Instance details

Defined in Amazonka.ELB.Types.AdditionalAttribute

type Rep AdditionalAttribute Source # 
Instance details

Defined in Amazonka.ELB.Types.AdditionalAttribute

type Rep AdditionalAttribute = D1 ('MetaData "AdditionalAttribute" "Amazonka.ELB.Types.AdditionalAttribute" "amazonka-elb-2.0-9cSN5cNCwnD5ZanKSOxHTf" 'False) (C1 ('MetaCons "AdditionalAttribute'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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: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 are monitor, defensive, and strictest. The default is defensive.

$sel:value:AdditionalAttribute', additionalAttribute_value - 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 are monitor, defensive, and strictest. The default is defensive.