appregistry_get_application: Retrieves metadata information about one of your applications

View source: R/appregistry_operations.R

appregistry_get_applicationR 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.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.