CloudFormation.Client.
describe_account_limits
(**kwargs)¶Retrieves your account's CloudFormation limits, such as the maximum number of stacks that you can create in your account. For more information about account limits, see CloudFormation Quotas in the CloudFormation User Guide .
See also: AWS API Documentation
Request Syntax
response = client.describe_account_limits(
NextToken='string'
)
{
'AccountLimits': [
{
'Name': 'string',
'Value': 123
},
],
'NextToken': 'string'
}
Response Structure
The output for the DescribeAccountLimits action.
An account limit structure that contain a list of CloudFormation account limits and their values.
The AccountLimit data type.
CloudFormation has the following limits per account:
For more information about these account limits, and other CloudFormation limits, see CloudFormation quotas in the CloudFormation User Guide .
The name of the account limit.
Values: ConcurrentResourcesLimit
| StackLimit
| StackOutputsLimit
The value that's associated with the account limit name.
If the output exceeds 1 MB in size, a string that identifies the next page of limits. If no additional page exists, this value is null.