Method: Aws::SsmSap::Client#register_application
- Defined in:
- lib/aws-sdk-ssmsap/client.rb
#register_application(params = {}) ⇒ Types::RegisterApplicationOutput
Register an SAP application with AWS Systems Manager for SAP. You must meet the following requirements before registering.
The SAP application you want to register with AWS Systems Manager for SAP is running on Amazon EC2.
AWS Systems Manager Agent must be setup on an Amazon EC2 instance along with the required IAM permissions.
Amazon EC2 instance(s) must have access to the secrets created in AWS Secrets Manager to manage SAP applications and components.
1241 1242 1243 1244 |
# File 'lib/aws-sdk-ssmsap/client.rb', line 1241 def register_application(params = {}, = {}) req = build_request(:register_application, params) req.send_request() end |