data_integration_tags
Expands all tag keys and values for data_integrations
in a region
Overview
Name | data_integration_tags |
Type | Resource |
Description | Resource Type definition for AWS::AppIntegrations::DataIntegration |
Id | aws.appintegrations.data_integration_tags |
Fields
Name | Datatype | Description |
---|---|---|
description | string | The data integration description. |
id | string | The unique identifer of the data integration. |
data_integration_arn | string | The Amazon Resource Name (ARN) of the data integration. |
name | string | The name of the data integration. |
kms_key | string | The KMS key of the data integration. |
schedule_config | object | The name of the data and how often it should be pulled from the source. |
source_uri | string | The URI of the data source. |
file_configuration | object | The configuration for what files should be pulled from the source. |
object_configuration | object | The configuration for what data should be pulled from the source. |
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 data_integrations
in a region.
SELECT
region,
description,
id,
data_integration_arn,
name,
kms_key,
schedule_config,
source_uri,
file_configuration,
object_configuration,
tag_key,
tag_value
FROM aws.appintegrations.data_integration_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the data_integration_tags
resource, see data_integrations