Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data AccountAttribute Source #
Stores account attributes.
See: newAccountAttribute
smart constructor.
AccountAttribute' | |
|
Instances
newAccountAttribute :: AccountAttribute Source #
Create a value of AccountAttribute
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:used:AccountAttribute'
, accountAttribute_used
- The current usage, such as the current number of servers that are
associated with the account.
$sel:maximum:AccountAttribute'
, accountAttribute_maximum
- The maximum allowed value.
$sel:name:AccountAttribute'
, accountAttribute_name
- The attribute name. The following are supported attribute names.
- ServerLimit: The number of current servers/maximum number of servers allowed. By default, you can have a maximum of 10 servers.
- ManualBackupLimit: The number of current manual backups/maximum number of backups allowed. By default, you can have a maximum of 50 manual backups saved.
accountAttribute_used :: Lens' AccountAttribute (Maybe Int) Source #
The current usage, such as the current number of servers that are associated with the account.
accountAttribute_maximum :: Lens' AccountAttribute (Maybe Int) Source #
The maximum allowed value.
accountAttribute_name :: Lens' AccountAttribute (Maybe Text) Source #
The attribute name. The following are supported attribute names.
- ServerLimit: The number of current servers/maximum number of servers allowed. By default, you can have a maximum of 10 servers.
- ManualBackupLimit: The number of current manual backups/maximum number of backups allowed. By default, you can have a maximum of 50 manual backups saved.