ssmsap_get_application {paws.management} | R Documentation |
Gets an application registered with AWS Systems Manager for SAP
Description
Gets an application registered with AWS Systems Manager for SAP. It also returns the components of the application.
See https://www.paws-r-sdk.com/docs/ssmsap_get_application/ for full documentation.
Usage
ssmsap_get_application(
ApplicationId = NULL,
ApplicationArn = NULL,
AppRegistryArn = NULL
)
Arguments
ApplicationId |
The ID of the application. |
ApplicationArn |
The Amazon Resource Name (ARN) of the application. |
AppRegistryArn |
The Amazon Resource Name (ARN) of the application registry. |
[Package paws.management version 0.9.0 Index]