aws.cloudformation.describe_account_limits
Example SQL Queries
SELECT * FROMaws.cloudformation.describe_account_limits;Description
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.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| name The name of the account limit. Values: ConcurrentResourcesLimit | StackLimit | StackOutputsLimit | VARCHAR |
| value The value that's associated with the account limit name. | BIGINT |