Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
aws
GitHub Repository: aws/aws-cli
Path: blob/develop/awscli/examples/appconfig/list-applications.rst
1567 views
**To list the available applications**

The following ``list-applications`` example lists the available applications in your AWS account. ::

    aws appconfig list-applications

Output::

    {
        "Items": [
            {
                "Id": "339ohji",
                "Name": "test-application",
                "Description": "An application used for creating an example."
            },
            {
                "Id": "rwalwu7",
                "Name": "Test-Application"
            }
        ]
    }

For more information, see `Step 1: Creating an AWS AppConfig application <https://docs.aws.amazon.com/appconfig/latest/userguide/appconfig-creating-application.html>`__ in the *AWS AppConfig User Guide*.