libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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' 

Fields

  • maximum :: Maybe Int

    The maximum number of instances of this Elastic Beanstalk resource type that an AWS account can use.

Instances

Instances details
Eq ResourceQuota Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ResourceQuota

Read ResourceQuota Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ResourceQuota

Show ResourceQuota Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ResourceQuota

Generic ResourceQuota Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ResourceQuota

Associated Types

type Rep ResourceQuota :: Type -> Type #

NFData ResourceQuota Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ResourceQuota

Methods

rnf :: ResourceQuota -> () #

Hashable ResourceQuota Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ResourceQuota

FromXML ResourceQuota Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ResourceQuota

type Rep ResourceQuota Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.Types.ResourceQuota

type Rep ResourceQuota = D1 ('MetaData "ResourceQuota" "Amazonka.ElasticBeanstalk.Types.ResourceQuota" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "ResourceQuota'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maximum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

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.