amazonka-wafv2-2.0: Amazon WAFV2 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.WAFV2.Types.PasswordField

Description

 
Synopsis

Documentation

data PasswordField Source #

Details about your login page password field, used in a ManagedRuleGroupConfig.

See: newPasswordField smart constructor.

Constructors

PasswordField' 

Fields

  • identifier :: Text

    The name of the password field. For example /form/password.

Instances

Instances details
FromJSON PasswordField Source # 
Instance details

Defined in Amazonka.WAFV2.Types.PasswordField

ToJSON PasswordField Source # 
Instance details

Defined in Amazonka.WAFV2.Types.PasswordField

Generic PasswordField Source # 
Instance details

Defined in Amazonka.WAFV2.Types.PasswordField

Associated Types

type Rep PasswordField :: Type -> Type #

Read PasswordField Source # 
Instance details

Defined in Amazonka.WAFV2.Types.PasswordField

Show PasswordField Source # 
Instance details

Defined in Amazonka.WAFV2.Types.PasswordField

NFData PasswordField Source # 
Instance details

Defined in Amazonka.WAFV2.Types.PasswordField

Methods

rnf :: PasswordField -> () #

Eq PasswordField Source # 
Instance details

Defined in Amazonka.WAFV2.Types.PasswordField

Hashable PasswordField Source # 
Instance details

Defined in Amazonka.WAFV2.Types.PasswordField

type Rep PasswordField Source # 
Instance details

Defined in Amazonka.WAFV2.Types.PasswordField

type Rep PasswordField = D1 ('MetaData "PasswordField" "Amazonka.WAFV2.Types.PasswordField" "amazonka-wafv2-2.0-3v3WgpYn7RT5hSd6MsT5dN" 'False) (C1 ('MetaCons "PasswordField'" 'PrefixI 'True) (S1 ('MetaSel ('Just "identifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newPasswordField Source #

Create a value of PasswordField 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:identifier:PasswordField', passwordField_identifier - The name of the password field. For example /form/password.

passwordField_identifier :: Lens' PasswordField Text Source #

The name of the password field. For example /form/password.