Skip to main content

integration_tags

Expands all tag keys and values for integrations in a region

Overview

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

Fields

NameDatatypeDescription
integration_namestringThe name of the integration.
descriptionstringThe description of the integration.
data_filterstringThe data filter for the integration.
source_arnstringThe Amazon Resource Name (ARN) of the Aurora DB cluster to use as the source for replication.
target_arnstringThe ARN of the Redshift data warehouse to use as the target for replication.
integration_arnstringThe ARN of the integration.
kms_key_idstringAn optional AWS Key Management System (AWS KMS) key ARN for the key used to to encrypt the integration. The resource accepts the key ID and the key ARN forms. The key ID form can be used if the KMS key is owned by te same account. If the KMS key belongs to a different account than the calling account, the full key ARN must be specified. Do not use the key alias or the key alias ARN as this will cause a false drift of the resource.
additional_encryption_contextobjectAn optional set of non-secret key–value pairs that contains additional contextual information about the data.
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