Skip to main content

integration_tags

Expands all tag keys and values for integrations in a region

Overview

Nameintegration_tags
TypeResource
DescriptionA zero-ETL integration with Amazon Redshift.
Idaws.rds.integration_tags

Fields

NameDatatypeDescription
integration_namestringThe name of the integration.
descriptionstringA description of the integration.
data_filterstringData filters for the integration. These filters determine which tables from the source database are sent to the target Amazon Redshift data warehouse.
source_arnstringThe Amazon Resource Name (ARN) of the database to use as the source for replication.
target_arnstringThe ARN of the Redshift data warehouse to use as the target for replication.
integration_arnstring
kms_key_idstringThe AWS Key Management System (AWS KMS) key identifier for the key to use to encrypt the integration. If you don't specify an encryption key, RDS uses a default AWS owned key.
additional_encryption_contextobjectAn optional set of non-secret key–value pairs that contains additional contextual information about the data. For more information, see [Encryption context](https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#encrypt_context) in the *Key Management Service Developer Guide*.
You can only include this parameter if you specify the KMSKeyId parameter.
create_timestring
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all integrations in a region.

SELECT
region,
integration_name,
description,
data_filter,
source_arn,
target_arn,
integration_arn,
kms_key_id,
additional_encryption_context,
create_time,
tag_key,
tag_value
FROM aws.rds.integration_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the integration_tags resource, see integrations