stacks_list_only
Lists stacks in a region or regions, for all properties use stacks
Overview
| Name | stacks_list_only |
| Type | Resource |
| Description | The AWS::CloudFormation::Stack resource nests a stack as a resource in a top-level template. |
| Id | aws.cloudformation.stacks_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
stack_id | string | |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all stacks in a region.
SELECT
region,
stack_id
FROM aws.cloudformation.stacks_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the stacks_list_only resource, see stacks