HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/lib/python3/dist-packages/awscli/examples/appconfig/get-application.rst
**To list details of an application**

The following ``get-application`` example lists the details of the specified application. ::

    aws appconfig get-application \
        --application-id 339ohji

Output::

    {
        "Description": "An application used for creating an example.",
        "Id": "339ohji",
        "Name": "example-application"
    }

For more information, see `How AWS AppConfig works <https://docs.aws.amazon.com/appconfig/latest/userguide/what-is-appconfig.html#learn-more-appconfig-how-it-works>`__ in the *AWS AppConfig User Guide*.