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 |
---|---|---|
capabilities | array | |
role_arn | string | |
outputs | array | |
description | string | |
disable_rollback | boolean | |
enable_termination_protection | boolean | |
notification_arns | array | |
parameters | object | |
parent_id | string | |
root_id | string | |
change_set_id | string | |
stack_name | string | |
stack_id | string | |
stack_policy_body | object | |
stack_policy_url | string | |
stack_status | string | |
stack_status_reason | string | |
tags | array | |
template_body | object | |
template_url | string | |
timeout_in_minutes | integer | |
last_update_time | string | |
creation_time | 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