CloudFormation.Paginator.
DescribeAccountLimits
¶paginator = client.get_paginator('describe_account_limits')
paginate
(**kwargs)¶Creates an iterator that will paginate through responses from CloudFormation.Client.describe_account_limits()
.
See also: AWS API Documentation
Request Syntax
response_iterator = paginator.paginate(
PaginationConfig={
'MaxItems': 123,
'StartingToken': 'string'
}
)
A dictionary that provides parameters to control pagination.
The total number of items to return. If the total number of items available is more than the value specified in max-items then a NextToken
will be provided in the output that you can use to resume pagination.
A token to specify where to start paginating. This is the NextToken
from a previous response.
{
'AccountLimits': [
{
'Name': 'string',
'Value': 123
},
],
}
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.