AWS::DMS::ReplicationTaskResource Type definition for AWS::DMS::ReplicationTask
13 configurable properties. 5 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
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 |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Id | string | - |
A minimal template with required properties and common optional ones.
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: ProductionOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ResourceIdentifierTargetEndpointArnReplicationInstanceArnSourceEndpointArn