stack_sets_list_only
Lists stack_sets
in a region or regions, for all properties use stack_sets
Overview
Name | stack_sets_list_only |
Type | Resource |
Description | StackSet as a resource provides one-click experience for provisioning a StackSet and StackInstances |
Id | aws.cloudformation.stack_sets_list_only |
Fields
Name | Datatype | Description |
---|---|---|
stack_set_id | string | The ID of the stack set that you're creating. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all stack_sets
in a region.
SELECT
region,
stack_set_id
FROM aws.cloudformation.stack_sets_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the stack_sets_list_only
resource, see stack_sets