View source: R/ssmsap_operations.R
ssmsap_register_application | R Documentation |
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.
ssmsap_register_application(
ApplicationId,
ApplicationType,
Instances,
SapInstanceNumber = NULL,
Sid = NULL,
Tags = NULL,
Credentials = NULL,
DatabaseArn = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.