AWS Fundamentals Logo
AWS Fundamentals
AWS::RDS::Integration

RDS Integration

A zero-ETL integration with Amazon Redshift.

Properties

8 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
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>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
CreateTimestring-
IntegrationArnstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

rds:CreateIntegrationrds:DescribeIntegrationsrds:AddTagsToResourcekms:CreateGrantkms:DescribeKeyredshift:CreateInboundIntegration

read

rds:DescribeIntegrations

update

rds:DescribeIntegrationsrds:AddTagsToResourcerds:RemoveTagsFromResourcerds:ModifyIntegration

delete

rds:DeleteIntegrationrds:DescribeIntegrations

list

rds:DescribeIntegrations

Get the RDS Cheat Sheet

Everything you need to know about RDS on one page. HD quality, print-friendly.

Download Free Infographic

Quick Facts

ServiceRDS
Properties10
Required2
TaggingSupported
Primary IDIntegrationArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

SourceArnTargetArnKMSKeyIdAdditionalEncryptionContext

External Links