ssmsap_register_application {paws.management} | R Documentation |
Register an SAP application with AWS Systems Manager for SAP
Description
Register an SAP application with AWS Systems Manager for SAP. You must meet the following requirements before registering.
See https://www.paws-r-sdk.com/docs/ssmsap_register_application/ for full documentation.
Usage
ssmsap_register_application(
ApplicationId,
ApplicationType,
Instances,
SapInstanceNumber = NULL,
Sid = NULL,
Tags = NULL,
Credentials = NULL,
DatabaseArn = NULL
)
Arguments
ApplicationId |
[required] The ID of the application. |
ApplicationType |
[required] The type of the application. |
Instances |
[required] The Amazon EC2 instances on which your SAP application is running. |
SapInstanceNumber |
The SAP instance number of the application. |
Sid |
The System ID of the application. |
Tags |
The tags to be attached to the SAP application. |
Credentials |
The credentials of the SAP application. |
DatabaseArn |
The Amazon Resource Name of the SAP HANA database. |
[Package paws.management version 0.7.0 Index]