AWS Fundamentals Logo
AWS Fundamentals
AWS::DMS::MigrationProject

DMS MigrationProject

Resource schema for AWS::DMS::MigrationProject

Properties

12 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
Description
string
InstanceProfileArn
string
InstanceProfileIdentifier
string
Write-only
InstanceProfileName
string
MigrationProjectCreationTime
string
Deprecated
MigrationProjectIdentifier
string
Write-only
MigrationProjectName
string
SchemaConversionApplicationAttributes
object
SourceDataProviderDescriptors
Array<DataProviderDescriptor>
Tags
Array<Tag>
TargetDataProviderDescriptors
Array<DataProviderDescriptor>
TransformationRules
string

Return Values

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

AttributeTypeDescription
MigrationProjectArnstringThe property describes an ARN of the migration project.

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

Resources:
  MyResource:
    Type: AWS::DMS::MigrationProject
    Properties:
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Required IAM Permissions

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

create

dms:CreateMigrationProjectdms:ListMigrationProjectsdms:AddTagsToResourcedms:ListTagsForResourceiam:PassRole

read

dms:ListMigrationProjectsdms:ListTagsForResource

update

dms:UpdateMigrationProjectdms:ModifyMigrationProjectdms:AddTagsToResourcedms:RemoveTagsFromResourcedms:ListTagsForResourceiam:PassRole

delete

dms:DeleteMigrationProject

list

dms:ListMigrationProjectsdms: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
Properties13
Required0
TaggingSupported
Primary IDMigrationProjectArn

Supported Operations

CreateReadUpdateDeleteList

External Links