| 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.ElasticBeanstalk.Types.ResourceQuota
Description
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.
Constructors
| ResourceQuota' | |
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.