stacks
Retrieves a list of stacks
in a region
Overview
Name | stacks |
Type | Resource |
Description | stacks |
Id | awscc.cloudformation.stacks |
Fields
Name | Datatype | Description |
---|---|---|
stack_id | string | |
region | string | AWS 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