AWS::Redshift::IntegrationIntegration from a source AWS service to a Redshift cluster
6 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
SourceArn | string | RequiredCreate-only |
TargetArn | string | RequiredCreate-only |
AdditionalEncryptionContext | EncryptionContextMap | Create-only |
IntegrationName | string | |
KMSKeyId | string | Create-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreateTime | string | The time (UTC) when the integration was created. |
IntegrationArn | string | The Amazon Resource Name (ARN) of the integration. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Redshift::Integration
Resources:
MyResource:
Type: AWS::Redshift::Integration
Properties:
SourceArn: "arn:aws:service:region:account:resource"
TargetArn: "arn:aws:service:region:account:resource"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
redshift:CreateIntegrationredshift:DescribeIntegrationsredshift:CreateTagsredshift:DescribeTagsredshift:DescribeClustersredshift:CreateInboundIntegrationredshift-serverless:ListNamespaceskms:CreateGrantredshift:DescribeIntegrationsredshift:DescribeTagsredshift:DescribeIntegrationsredshift:ModifyIntegrationredshift:CreateTagsredshift:DeleteTagsredshift:DescribeClustersredshift:DescribeTagsredshift-serverless:ListNamespacesredshift:DeleteTagsredshift:DeleteIntegrationredshift:DescribeIntegrationsredshift:DescribeTagsredshift:DescribeIntegrationsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterIntegrationArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
SourceArnTargetArnKMSKeyIdAdditionalEncryptionContext