AWS::RDS::IntegrationA zero-ETL integration with Amazon Redshift.
8 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 |
DataFilter | string | |
Description | string | |
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 | - |
IntegrationArn | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::RDS::Integration
Resources:
MyResource:
Type: AWS::RDS::Integration
Properties:
SourceArn: "arn:aws:service:region:account:resource"
TargetArn: "arn:aws:service:region:account:resource"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
rds:CreateIntegrationrds:DescribeIntegrationsrds:AddTagsToResourcekms:CreateGrantkms:DescribeKeyredshift:CreateInboundIntegrationrds:DescribeIntegrationsrds:DescribeIntegrationsrds:AddTagsToResourcerds:RemoveTagsFromResourcerds:ModifyIntegrationrds:DeleteIntegrationrds:DescribeIntegrationsrds:DescribeIntegrationsEverything you need to know about RDS on one page. HD quality, print-friendly.
Download Free InfographicIntegrationArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
SourceArnTargetArnKMSKeyIdAdditionalEncryptionContext