Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

AWS::Redshift::Integration

Focus mode
AWS::Redshift::Integration - AWS CloudFormation
Filter View

Describes a zero-ETL or S3 integration.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::Redshift::Integration", "Properties" : { "AdditionalEncryptionContext" : {Key: Value, ...}, "IntegrationName" : String, "KMSKeyId" : String, "SourceArn" : String, "Tags" : [ Tag, ... ], "TargetArn" : String } }

YAML

Type: AWS::Redshift::Integration Properties: AdditionalEncryptionContext: Key: Value IntegrationName: String KMSKeyId: String SourceArn: String Tags: - Tag TargetArn: String

Properties

AdditionalEncryptionContext

The encryption context for the integration. For more information, see Encryption context in the AWS Key Management Service Developer Guide.

Required: No

Type: Object of String

Pattern: ^[\s\S]*$

Minimum: 0

Maximum: 131072

Update requires: Replacement

IntegrationName

The name of the integration.

Required: No

Type: String

Minimum: 1

Maximum: 64

Update requires: No interruption

KMSKeyId

The AWS Key Management Service (AWS KMS) key identifier for the key used to encrypt the integration.

Required: No

Type: String

Update requires: Replacement

SourceArn

The Amazon Resource Name (ARN) of the database used as the source for replication.

Required: Yes

Type: String

Update requires: Replacement

Tags

The list of tags associated with the integration.

Required: No

Type: Array of Tag

Maximum: 50

Update requires: No interruption

TargetArn

The Amazon Resource Name (ARN) of the Amazon Redshift data warehouse to use as the target for replication.

Required: Yes

Type: String

Update requires: Replacement

Return values

Ref

Fn::GetAtt

CreateTime

The time (UTC) when the integration was created.

IntegrationArn

The Amazon Resource Name (ARN) of the integration.

On this page

Next topic:

Tag

Previous topic:

Tag
PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.