Skip to main content

application_tags

Expands all tag keys and values for applications in a region

Overview

Nameapplication_tags
TypeResource
DescriptionResource schema for AWS::SystemsManagerSAP::Application
Idaws.systemsmanagersap.application_tags

Fields

NameDatatypeDescription
application_idstring
application_typestring
arnstringThe ARN of the Helix application
credentialsarray
instancesarray
sap_instance_numberstring
sidstring
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all applications in a region.

SELECT
region,
application_id,
application_type,
arn,
credentials,
instances,
sap_instance_number,
sid,
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