stack_sets
Retrieves a list of stack_sets
in a region
Overview
Name | stack_sets |
Type | Resource |
Description | stack_sets |
Id | awscc.cloudformation.stack_sets |
Fields
Name | Datatype | Description |
---|---|---|
stack_set_id | string | The ID of the stack set that you're creating. |
region | string | AWS 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