Skip to main content

data_integration_tags

Expands all tag keys and values for data_integrations in a region

Overview

Namedata_integration_tags
TypeResource
DescriptionResource Type definition for AWS::AppIntegrations::DataIntegration
Idaws.appintegrations.data_integration_tags

Fields

NameDatatypeDescription
descriptionstringThe data integration description.
idstringThe unique identifer of the data integration.
data_integration_arnstringThe Amazon Resource Name (ARN) of the data integration.
namestringThe name of the data integration.
kms_keystringThe KMS key of the data integration.
schedule_configobjectThe name of the data and how often it should be pulled from the source.
source_uristringThe URI of the data source.
file_configurationobjectThe configuration for what files should be pulled from the source.
object_configurationobjectThe configuration for what data should be pulled from the source.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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