Skip to main content

stack_sets_list_only

Lists stack_sets in a region or regions, for all properties use stack_sets

Overview

Namestack_sets_list_only
TypeResource
DescriptionStackSet as a resource provides one-click experience for provisioning a StackSet and StackInstances
Idaws.cloudformation.stack_sets_list_only

Fields

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

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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