| 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.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
| |
Instances
Arguments
| :: Text | |
| -> PasswordField |
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.