application_tags
Expands all tag keys and values for applications in a region
Overview
| Name | application_tags |
| Type | Resource |
| Description | Resource schema for AWS::SystemsManagerSAP::Application |
| Id | aws.systemsmanagersap.application_tags |
Fields
| Name | Datatype | Description |
|---|---|---|
application_id | string | |
application_type | string | |
arn | string | The ARN of the SSM-SAP application |
credentials | array | |
instances | array | |
sap_instance_number | string | |
sid | string | |
database_arn | string | The ARN of the SAP HANA database |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Expands tags for all applications in a region.
SELECT
region,
application_id,
application_type,
arn,
credentials,
instances,
sap_instance_number,
sid,
database_arn,
tag_key,
tag_value
FROM aws.systemsmanagersap.application_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the application_tags resource, see applications