Skip to main content

application

Gets an individual application resource

Overview

Nameapplication
TypeResource
Descriptionapplication
Idawscc.systemsmanagersap.application

Fields

NameDatatypeDescription
application_idstring
application_typestring
arnstringThe ARN of the Helix application
credentialsarray
instancesarray
sap_instance_numberstring
sidstring
tagsarrayThe tags of a SystemsManagerSAP application.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
application_id,
application_type,
arn,
credentials,
instances,
sap_instance_number,
sid,
tags
FROM awscc.systemsmanagersap.application
WHERE data__Identifier = '<Arn>';

Permissions

To operate on the application resource, the following permissions are required:

Read

ssm-sap:GetApplication,
ssm-sap:ListTagsForResource

Update

ssm-sap:TagResource,
ssm-sap:UntagResource,
ssm-sap:ListTagsForResource,
ssm-sap:GetApplication

Delete

ssm-sap:DeregisterApplication,
ssm-sap:GetApplication