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.UsernameField

Description

 
Synopsis

Documentation

data UsernameField Source #

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

See: newUsernameField smart constructor.

Constructors

UsernameField' 

Fields

  • identifier :: Text

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

Instances

Instances details
FromJSON UsernameField Source # 
Instance details

Defined in Amazonka.WAFV2.Types.UsernameField

ToJSON UsernameField Source # 
Instance details

Defined in Amazonka.WAFV2.Types.UsernameField

Generic UsernameField Source # 
Instance details

Defined in Amazonka.WAFV2.Types.UsernameField

Associated Types

type Rep UsernameField :: Type -> Type #

Read UsernameField Source # 
Instance details

Defined in Amazonka.WAFV2.Types.UsernameField

Show UsernameField Source # 
Instance details

Defined in Amazonka.WAFV2.Types.UsernameField

NFData UsernameField Source # 
Instance details

Defined in Amazonka.WAFV2.Types.UsernameField

Methods

rnf :: UsernameField -> () #

Eq UsernameField Source # 
Instance details

Defined in Amazonka.WAFV2.Types.UsernameField

Hashable UsernameField Source # 
Instance details

Defined in Amazonka.WAFV2.Types.UsernameField

type Rep UsernameField Source # 
Instance details

Defined in Amazonka.WAFV2.Types.UsernameField

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

newUsernameField Source #

Create a value of UsernameField 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:UsernameField', usernameField_identifier - The name of the username field. For example /form/username.

usernameField_identifier :: Lens' UsernameField Text Source #

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