| 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.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 quotas 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:name:AccountLimit', accountLimit_name - The name of the account limit.
Values: ConcurrentResourcesLimit | StackLimit | StackOutputsLimit
$sel:value:AccountLimit', accountLimit_value - The value that's associated with the account limit name.
accountLimit_name :: Lens' AccountLimit (Maybe Text) Source #
The name of the account limit.
Values: ConcurrentResourcesLimit | StackLimit | StackOutputsLimit
accountLimit_value :: Lens' AccountLimit (Maybe Int) Source #
The value that's associated with the account limit name.