ssmsap_register_application: Register an SAP application with AWS Systems Manager for SAP

View source: R/ssmsap_operations.R

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


paws.management documentation built on Sept. 12, 2024, 6:19 a.m.