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 |
Synopsis
Documentation
data ResourceQuota Source #
The AWS Elastic Beanstalk quota information for a single resource type in an AWS account. It reflects the resource's limits for this account.
See: newResourceQuota
smart constructor.
Instances
newResourceQuota :: ResourceQuota Source #
Create a value of ResourceQuota
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:ResourceQuota'
, resourceQuota_maximum
- The maximum number of instances of this Elastic Beanstalk resource type
that an AWS account can use.
resourceQuota_maximum :: Lens' ResourceQuota (Maybe Int) Source #
The maximum number of instances of this Elastic Beanstalk resource type that an AWS account can use.