Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
lib
/
python3
/
dist-packages
/
awscli
/
examples
/
cloudformation
📤 Upload
📝 New File
📁 New Folder
Close
Editing: list-stack-sets.rst
**To list stack sets** The following ``list-stack-sets`` example displays the list of stack sets in the current region and account. :: aws cloudformation list-stack-sets Output:: { "Summaries": [ { "StackSetName": "enable-config", "StackSetId": "enable-config:296a3360-xmpl-40af-be78-9341e95bf743", "Description": "Enable AWS Config", "Status": "ACTIVE" } ] }
Save
Cancel