Skip to main content

application_tags

Expands all tag keys and values for applications in a region

Overview

Nameapplication_tags
TypeResource
DescriptionAmazon OpenSearchService application resource
Idaws.opensearchservice.application_tags

Fields

NameDatatypeDescription
iam_identity_center_optionsobjectOptions for configuring IAM Identity Center
arnstringAmazon Resource Name (ARN) format.
idstringThe identifier of the application.
namestringThe name of the application.
endpointstringThe endpoint for the application.
app_configsarrayList of application configurations.
data_sourcesarrayList of data sources.
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,
iam_identity_center_options,
arn,
id,
name,
endpoint,
app_configs,
data_sources,
tag_key,
tag_value
FROM aws.opensearchservice.application_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the application_tags resource, see applications