Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
awscli / awscli / examples / cloudformation / list-stack-sets.rst
Size: Mime:
**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"
            }
        ]
    }