v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14249771.4 KB

Retrieves metadata information about one of your applications. The application can be specified by its ARN, ID, or name (which is unique within one account in one region at a given point in time). Specify by ARN or ID in automated workflows if you want to make sure that the exact same application is returned or a <code>ResourceNotFoundException</code> is thrown, avoiding the ABA addressing problem.

get/applications/{application}

Path parameters

applicationstring required

The name, ID, or ARN of the application.

Response

Success

idstring

The identifier of the application.

arnstring

The Amazon resource name (ARN) that specifies the application across services.

namestring

The name of the application. The name must be unique in the region in which you are creating the application.

descriptionstring

The description of the application.

creationTimestring date-time

The ISO-8601 formatted timestamp of the moment when the application was created.

lastUpdateTimestring date-time

The ISO-8601 formatted timestamp of the moment when the application was last updated.

associatedResourceCountinteger

The number of top-level resources that were registered as part of this application.

tagsobject

Key-value pairs associated with the application.