application
Gets an individual application
resource
Overview
Name | application |
Type | Resource |
Description | application |
Id | awscc.systemsmanagersap.application |
Fields
Name | Datatype | Description |
---|---|---|
application_id | string | |
application_type | string | |
arn | string | The ARN of the Helix application |
credentials | array | |
instances | array | |
sap_instance_number | string | |
sid | string | |
tags | array | The tags of a SystemsManagerSAP application. |
region | string | AWS 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