AWS::DMS::MigrationProjectResource schema for AWS::DMS::MigrationProject
12 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
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 |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
MigrationProjectArn | string | The property describes an ARN of the migration project. |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
dms:CreateMigrationProjectdms:ListMigrationProjectsdms:AddTagsToResourcedms:ListTagsForResourceiam:PassRoledms:ListMigrationProjectsdms:ListTagsForResourcedms:UpdateMigrationProjectdms:ModifyMigrationProjectdms:AddTagsToResourcedms:RemoveTagsFromResourcedms:ListTagsForResourceiam:PassRoledms:DeleteMigrationProjectdms:ListMigrationProjectsdms:ListTagsForResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterMigrationProjectArn