AWS Fundamentals Logo
AWS Fundamentals
AWS::DMS::ReplicationTask

DMS ReplicationTask

Resource Type definition for AWS::DMS::ReplicationTask

Properties

13 configurable properties. 5 required. Click a row to see details.

Filter:
PropertyTypeFlags
MigrationType
string
Required
ReplicationInstanceArn
string
RequiredCreate-only
SourceEndpointArn
string
RequiredCreate-only
TableMappings
string
Required
TargetEndpointArn
string
RequiredCreate-only
CdcStartPosition
string
CdcStartTime
number
CdcStopPosition
string
ReplicationTaskIdentifier
string
ReplicationTaskSettings
string
ResourceIdentifier
string
Create-only
Tags
Array<Tag>
TaskData
string

Return Values

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

AttributeTypeDescription
Idstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::DMS::ReplicationTask

Resources:
  MyResource:
    Type: AWS::DMS::ReplicationTask
    Properties:
      TableMappings: "value"
      SourceEndpointArn: "arn:aws:service:region:account:resource"
      MigrationType: "value"
      TargetEndpointArn: "arn:aws:service:region:account:resource"
      ReplicationInstanceArn: "arn:aws:service:region:account:resource"
      Tags:
        - Key: Environment
          Value: Production

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceDMS
Properties14
Required5
TaggingNot supported
Primary IDId

Immutable After Creation

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

ResourceIdentifierTargetEndpointArnReplicationInstanceArnSourceEndpointArn

External Links