application_tags
Expands all tag keys and values for applications
in a region
Overview
Name | application_tags |
Type | Resource |
Description | Resource Type definition for AWS:AppIntegrations::Application |
Id | aws.appintegrations.application_tags |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name of the application. |
id | string | The id of the application. |
namespace | string | The namespace of the application. |
description | string | The application description. |
application_arn | string | The Amazon Resource Name (ARN) of the application. |
application_source_config | object | Application source config |
permissions | array | The configuration of events or requests that the application has access to. |
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,
name,
id,
namespace,
description,
application_arn,
application_source_config,
permissions,
tag_key,
tag_value
FROM aws.appintegrations.application_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the application_tags
resource, see applications