Interface ICfnMigrationProjectProps
Properties for defining a CfnMigrationProject.
Namespace: Amazon.CDK.AWS.DMS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnMigrationProjectProps
Syntax (vb)
Public Interface ICfnMigrationProjectProps
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-migrationproject.html
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.DMS;
var cfnMigrationProjectProps = new CfnMigrationProjectProps {
Description = "description",
InstanceProfileArn = "instanceProfileArn",
InstanceProfileIdentifier = "instanceProfileIdentifier",
InstanceProfileName = "instanceProfileName",
MigrationProjectCreationTime = "migrationProjectCreationTime",
MigrationProjectIdentifier = "migrationProjectIdentifier",
MigrationProjectName = "migrationProjectName",
SchemaConversionApplicationAttributes = new SchemaConversionApplicationAttributesProperty {
S3BucketPath = "s3BucketPath",
S3BucketRoleArn = "s3BucketRoleArn"
},
SourceDataProviderDescriptors = new [] { new DataProviderDescriptorProperty {
DataProviderArn = "dataProviderArn",
DataProviderIdentifier = "dataProviderIdentifier",
DataProviderName = "dataProviderName",
SecretsManagerAccessRoleArn = "secretsManagerAccessRoleArn",
SecretsManagerSecretId = "secretsManagerSecretId"
} },
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
TargetDataProviderDescriptors = new [] { new DataProviderDescriptorProperty {
DataProviderArn = "dataProviderArn",
DataProviderIdentifier = "dataProviderIdentifier",
DataProviderName = "dataProviderName",
SecretsManagerAccessRoleArn = "secretsManagerAccessRoleArn",
SecretsManagerSecretId = "secretsManagerSecretId"
} },
TransformationRules = "transformationRules"
};
Synopsis
Properties
| Description | A user-friendly description of the migration project. |
| InstanceProfileArn | The Amazon Resource Name (ARN) of the instance profile for your migration project. |
| InstanceProfileIdentifier | The identifier of the instance profile for your migration project. |
| InstanceProfileName | The name of the associated instance profile. |
| MigrationProjectCreationTime | (deprecated) The property describes a creating time of the migration project. |
| MigrationProjectIdentifier | The identifier of the migration project. |
| MigrationProjectName | The name of the migration project. |
| SchemaConversionApplicationAttributes | The schema conversion application attributes, including the Amazon S3 bucket name and Amazon S3 role ARN. |
| SourceDataProviderDescriptors | Information about the source data provider, including the name or ARN, and AWS Secrets Manager parameters. |
| Tags | An array of key-value pairs to apply to this resource. |
| TargetDataProviderDescriptors | Information about the target data provider, including the name or ARN, and AWS Secrets Manager parameters. |
| TransformationRules | The settings in JSON format for migration rules. |
Properties
Description
A user-friendly description of the migration project.
string? Description { get; }
Property Value
Remarks
InstanceProfileArn
The Amazon Resource Name (ARN) of the instance profile for your migration project.
string? InstanceProfileArn { get; }
Property Value
Remarks
InstanceProfileIdentifier
The identifier of the instance profile for your migration project.
string? InstanceProfileIdentifier { get; }
Property Value
Remarks
InstanceProfileName
The name of the associated instance profile.
string? InstanceProfileName { get; }
Property Value
Remarks
MigrationProjectCreationTime
(deprecated) The property describes a creating time of the migration project.
[Obsolete("this property has been deprecated")]
string? MigrationProjectCreationTime { get; }
Property Value
Remarks
MigrationProjectIdentifier
The identifier of the migration project.
string? MigrationProjectIdentifier { get; }
Property Value
Remarks
Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen, or contain two consecutive hyphens.
MigrationProjectName
The name of the migration project.
string? MigrationProjectName { get; }
Property Value
Remarks
SchemaConversionApplicationAttributes
The schema conversion application attributes, including the Amazon S3 bucket name and Amazon S3 role ARN.
object? SchemaConversionApplicationAttributes { get; }
Property Value
Remarks
SourceDataProviderDescriptors
Information about the source data provider, including the name or ARN, and AWS Secrets Manager parameters.
object? SourceDataProviderDescriptors { get; }
Property Value
Remarks
Tags
An array of key-value pairs to apply to this resource.
ICfnTag[]? Tags { get; }
Property Value
ICfnTag[]
Remarks
TargetDataProviderDescriptors
Information about the target data provider, including the name or ARN, and AWS Secrets Manager parameters.
object? TargetDataProviderDescriptors { get; }
Property Value
Remarks
TransformationRules
The settings in JSON format for migration rules.
string? TransformationRules { get; }
Property Value
Remarks
Migration rules make it possible for you to change the object names according to the rules that you specify. For example, you can change an object name to lowercase or uppercase, add or remove a prefix or suffix, or rename objects.