AWS::DMS::ReplicationConfigA replication configuration that you later provide to configure and start a AWS DMS Serverless replication
10 configurable properties. 6 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ComputeConfig | ComputeConfig | Required |
ReplicationConfigIdentifier | string | Required |
ReplicationType | string | Required |
SourceEndpointArn | string | Required |
TableMappings | object | Required |
TargetEndpointArn | string | Required |
ReplicationSettings | object | |
ResourceIdentifier | string | Create-onlyWrite-only |
SupplementalSettings | object | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
ReplicationConfigArn | string | The Amazon Resource Name (ARN) of the Replication Config |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::DMS::ReplicationConfig
Resources:
MyResource:
Type: AWS::DMS::ReplicationConfig
Properties:
ReplicationConfigIdentifier: "my-replicationconfigidentifier"
SourceEndpointArn: "arn:aws:service:region:account:resource"
TargetEndpointArn: "arn:aws:service:region:account:resource"
ReplicationType: "full-load"
ComputeConfig: "value"
TableMappings: {}
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
dms:CreateReplicationConfigdms:AddTagsToResourcedms:ListTagsForResourceiam:CreateServiceLinkedRoleiam:AttachRolePolicyiam:PutRolePolicyiam:UpdateRoleDescriptiondms:DescribeReplicationConfigsdms:ListTagsForResourcedms:ModifyReplicationConfigdms:AddTagsToResourcedms:RemoveTagsFromResourcedms:ListTagsForResourceiam:CreateServiceLinkedRoleiam:AttachRolePolicyiam:PutRolePolicyiam:UpdateRoleDescriptiondms:DescribeReplicationConfigsdms:ListTagsForResourcedms:DescribeReplicationConfigsdms:DeleteReplicationConfigdms:ListTagsForResourceiam:DeleteServiceLinkedRoleiam:GetServiceLinkedRoleDeletionStatusOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterReplicationConfigArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ResourceIdentifier