| 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 |
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' | |
Instances
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