appregistry_get_application {paws.management} | R Documentation |
Retrieves metadata information about one of your applications
Description
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 ResourceNotFoundException
is thrown, avoiding the ABA addressing problem.
See https://www.paws-r-sdk.com/docs/appregistry_get_application/ for full documentation.
Usage
appregistry_get_application(application)
Arguments
application |
[required] The name, ID, or ARN of the application. |
[Package paws.management version 0.9.0 Index]