Skip to main content

stacks

Retrieves a list of stacks in a region

Overview

Namestacks
TypeResource
Descriptionstacks
Idawscc.cloudformation.stacks

Fields

NameDatatypeDescription
stack_idstring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
stack_id
FROM awscc.cloudformation.stacks
WHERE region = 'us-east-1'

Permissions

To operate on the stacks resource, the following permissions are required:

Create

cloudformation:DescribeStacks,
cloudformation:CreateStack,
iam:PassRole

List

cloudformation:ListStacks