AWS Fundamentals Logo
AWS Fundamentals
AWS::DMS::DataMigration

DMS DataMigration

Resource schema for AWS::DMS::DataMigration.

Properties

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

Filter:
PropertyTypeFlags
DataMigrationType
string
Required
MigrationProjectIdentifier
string
Required
ServiceAccessRoleArn
string
Required
DataMigrationIdentifier
string
Write-only
DataMigrationName
string
DataMigrationSettings
DataMigrationSettings
SourceDataSettings
Array<SourceDataSettings>
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
DataMigrationArnstringThe property describes an ARN of the data migration.
DataMigrationCreateTimestringThe property describes the create time of the data migration.

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::DataMigration

Resources:
  MyResource:
    Type: AWS::DMS::DataMigration
    Properties:
      DataMigrationType: "full-load"
      MigrationProjectIdentifier: "my-migrationprojectidentifier"
      ServiceAccessRoleArn: "arn:aws:service:region:account:resource"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

dms:CreateDataMigrationdms:DescribeDataMigrationsdms:AddTagsToResourcedms:ListTagsForResourceiam:PassRole

read

dms:DescribeDataMigrationsdms:ListTagsForResource

update

dms:ModifyDataMigrationdms:AddTagsToResourcedms:RemoveTagsFromResourcedms:ListTagsForResourceiam:PassRole

delete

dms:DeleteDataMigrationdms:RemoveTagsFromResource

list

dms:DescribeDataMigrationsdms:ListTagsForResource

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
Properties10
Required3
TaggingSupported
Primary IDDataMigrationArn

Supported Operations

CreateReadUpdateDeleteList

External Links