Skip to main content

integration_tags

Expands all tag keys and values for integrations in a region

Overview

Nameintegration_tags
TypeResource
DescriptionIntegration from a source AWS service to a Redshift cluster
Idaws.redshift.integration_tags

Fields

NameDatatypeDescription
integration_arnstringThe Amazon Resource Name (ARN) of the integration.
integration_namestringThe name of the integration.
source_arnstringThe Amazon Resource Name (ARN) of the database to use as the source for replication
target_arnstringThe Amazon Resource Name (ARN) of the Redshift data warehouse to use as the target for replication
create_timestringThe time (UTC) when the integration was created.
kms_key_idstringAn KMS key identifier for the key to use to encrypt the integration. If you don't specify an encryption key, the default AWS owned KMS key is used.
additional_encryption_contextobjectAn optional set of non-secret key–value pairs that contains additional contextual information about the data.
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_arn,
integration_name,
source_arn,
target_arn,
create_time,
kms_key_id,
additional_encryption_context,
tag_key,
tag_value
FROM aws.redshift.integration_tags
WHERE region = 'us-east-1';

Permissions

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