application_tags
Expands all tag keys and values for applications
in a region
Overview
Name | application_tags |
Type | Resource |
Description | Amazon OpenSearchService application resource |
Id | aws.opensearchservice.application_tags |
Fields
Name | Datatype | Description |
---|---|---|
iam_identity_center_options | object | Options for configuring IAM Identity Center |
arn | string | Amazon Resource Name (ARN) format. |
id | string | The identifier of the application. |
name | string | The name of the application. |
endpoint | string | The endpoint for the application. |
app_configs | array | List of application configurations. |
data_sources | array | List of data sources. |
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,
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