View source: R/ssmsap_operations.R
ssmsap_update_application_settings | R Documentation |
Updates the settings of an application registered with AWS Systems Manager for SAP.
See https://www.paws-r-sdk.com/docs/ssmsap_update_application_settings/ for full documentation.
ssmsap_update_application_settings(
ApplicationId,
CredentialsToAddOrUpdate = NULL,
CredentialsToRemove = NULL,
Backint = NULL,
DatabaseArn = NULL
)
ApplicationId |
[required] The ID of the application. |
CredentialsToAddOrUpdate |
The credentials to be added or updated. |
CredentialsToRemove |
The credentials to be removed. |
Backint |
Installation of AWS Backint Agent for SAP HANA. |
DatabaseArn |
The Amazon Resource Name of the SAP HANA database that replaces the current SAP HANA connection with the SAP_ABAP application. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.