| 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.OpsWorksCM.Types.AccountAttribute
Description
Documentation
data AccountAttribute Source #
Stores account attributes.
See: newAccountAttribute smart constructor.
Constructors
| AccountAttribute' | |
Fields
| |
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: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.
$sel:used:AccountAttribute', accountAttribute_used - 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.
accountAttribute_used :: Lens' AccountAttribute (Maybe Int) Source #
The current usage, such as the current number of servers that are associated with the account.