Skip to main content

stack_sets

Retrieves a list of stack_sets in a region

Overview

Namestack_sets
TypeResource
Descriptionstack_sets
Idawscc.cloudformation.stack_sets

Fields

NameDatatypeDescription
stack_set_idstringThe ID of the stack set that you're creating.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
stack_set_id
FROM awscc.cloudformation.stack_sets
WHERE region = 'us-east-1'

Permissions

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

Create

cloudformation:GetTemplateSummary,
cloudformation:CreateStackSet,
cloudformation:CreateStackInstances,
cloudformation:DescribeStackSetOperation,
cloudformation:ListStackSetOperationResults,
cloudformation:TagResource,
iam:PassRole

List

cloudformation:ListStackSets,
cloudformation:DescribeStackSet,
cloudformation:ListStackInstances,
cloudformation:DescribeStackInstance