AWS::DMS::DataMigrationResource schema for AWS::DMS::DataMigration.
8 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
DataMigrationType | string | Required |
MigrationProjectIdentifier | string | Required |
ServiceAccessRoleArn | string | Required |
DataMigrationIdentifier | string | Write-only |
DataMigrationName | string | |
DataMigrationSettings | DataMigrationSettings | |
SourceDataSettings | Array<SourceDataSettings> | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
DataMigrationArn | string | The property describes an ARN of the data migration. |
DataMigrationCreateTime | string | The property describes the create time of the data migration. |
A minimal template with required properties and common optional ones.
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: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
dms:CreateDataMigrationdms:DescribeDataMigrationsdms:AddTagsToResourcedms:ListTagsForResourceiam:PassRoledms:DescribeDataMigrationsdms:ListTagsForResourcedms:ModifyDataMigrationdms:AddTagsToResourcedms:RemoveTagsFromResourcedms:ListTagsForResourceiam:PassRoledms:DeleteDataMigrationdms:RemoveTagsFromResourcedms:DescribeDataMigrationsdms:ListTagsForResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterDataMigrationArn