---
type: resource-type
title: RedshiftIntegration
description: aws resource type AWS::Redshift::Integration
name: RedshiftIntegration
lexicon: aws
resource_type: AWS::Redshift::Integration
---
`AWS::Redshift::Integration`, a resource type of the aws lexicon.

## Properties

- `SourceArn` (`string`, required): The Amazon Resource Name (ARN) of the database to use as the source for replication
- `TargetArn` (`string`, required): The Amazon Resource Name (ARN) of the Redshift data warehouse to use as the target for replication
- `AdditionalEncryptionContext` (`Record<string, unknown>`, optional)
- `CreateTime` (`string`, optional): The time (UTC) when the integration was created.
- `IntegrationArn` (`string`, optional): The Amazon Resource Name (ARN) of the integration.
- `IntegrationName` (`string`, optional): The name of the integration.
- `KMSKeyId` (`string`, optional): An 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.
- `Tags` (`RedshiftIntegration_Tag[]`, optional): An array of key-value pairs to apply to this resource.

## Attributes

- `CreateTime`
- `IntegrationArn`
