| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
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
| |
Instances
Arguments
| :: Text | |
| -> UsernameField |
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.