libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation
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.CloudFormation.Types.AccountLimit

Description

 
Synopsis

Documentation

data AccountLimit Source #

The AccountLimit data type.

CloudFormation has the following limits per account:

  • Number of concurrent resources
  • Number of stacks
  • Number of stack outputs

For more information about these account limits, and other CloudFormation limits, see CloudFormation Limits in the CloudFormation User Guide.

See: newAccountLimit smart constructor.

Constructors

AccountLimit' 

Fields

  • value :: Maybe Int

    The value that is associated with the account limit name.

  • name :: Maybe Text

    The name of the account limit.

    Values: ConcurrentResourcesLimit | StackLimit | StackOutputsLimit

Instances

Instances details
Eq AccountLimit Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountLimit

Read AccountLimit Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountLimit

Show AccountLimit Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountLimit

Generic AccountLimit Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountLimit

Associated Types

type Rep AccountLimit :: Type -> Type #

NFData AccountLimit Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountLimit

Methods

rnf :: AccountLimit -> () #

Hashable AccountLimit Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountLimit

FromXML AccountLimit Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountLimit

type Rep AccountLimit Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.AccountLimit

type Rep AccountLimit = D1 ('MetaData "AccountLimit" "Amazonka.CloudFormation.Types.AccountLimit" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "AccountLimit'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newAccountLimit :: AccountLimit Source #

Create a value of AccountLimit 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:value:AccountLimit', accountLimit_value - The value that is associated with the account limit name.

$sel:name:AccountLimit', accountLimit_name - The name of the account limit.

Values: ConcurrentResourcesLimit | StackLimit | StackOutputsLimit

accountLimit_value :: Lens' AccountLimit (Maybe Int) Source #

The value that is associated with the account limit name.

accountLimit_name :: Lens' AccountLimit (Maybe Text) Source #

The name of the account limit.

Values: ConcurrentResourcesLimit | StackLimit | StackOutputsLimit