Skip to main content

stacks_list_only

Lists stacks in a region or regions, for all properties use stacks

Overview

Namestacks_list_only
TypeResource
DescriptionThe AWS::CloudFormation::Stack resource nests a stack as a resource in a top-level template.
Idaws.cloudformation.stacks_list_only

Fields

NameDatatypeDescription
stack_idstring
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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