Class CfnMigrationProjectMixinProps
Properties for CfnMigrationProjectPropsMixin.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.DMS.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnMigrationProjectMixinProps : ICfnMigrationProjectMixinProps
Syntax (vb)
Public Class CfnMigrationProjectMixinProps Implements ICfnMigrationProjectMixinProps
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.Mixins.Preview.AWS.DMS.Mixins;
var cfnMigrationProjectMixinProps = new CfnMigrationProjectMixinProps {
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
Constructors
| CfnMigrationProjectMixinProps() | Properties for CfnMigrationProjectPropsMixin. |
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. |
Constructors
CfnMigrationProjectMixinProps()
Properties for CfnMigrationProjectPropsMixin.
public CfnMigrationProjectMixinProps()
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.Mixins.Preview.AWS.DMS.Mixins;
var cfnMigrationProjectMixinProps = new CfnMigrationProjectMixinProps {
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"
};
Properties
Description
A user-friendly description of the migration project.
public string? Description { get; set; }
Property Value
Remarks
InstanceProfileArn
The Amazon Resource Name (ARN) of the instance profile for your migration project.
public string? InstanceProfileArn { get; set; }
Property Value
Remarks
InstanceProfileIdentifier
The identifier of the instance profile for your migration project.
public string? InstanceProfileIdentifier { get; set; }
Property Value
Remarks
InstanceProfileName
The name of the associated instance profile.
public string? InstanceProfileName { get; set; }
Property Value
Remarks
MigrationProjectCreationTime
(deprecated) The property describes a creating time of the migration project.
[Obsolete("this property has been deprecated")]
public string? MigrationProjectCreationTime { get; set; }
Property Value
Remarks
MigrationProjectIdentifier
The identifier of the migration project.
public string? MigrationProjectIdentifier { get; set; }
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.
public string? MigrationProjectName { get; set; }
Property Value
Remarks
SchemaConversionApplicationAttributes
The schema conversion application attributes, including the Amazon S3 bucket name and Amazon S3 role ARN.
public object? SchemaConversionApplicationAttributes { get; set; }
Property Value
Remarks
SourceDataProviderDescriptors
Information about the source data provider, including the name or ARN, and AWS Secrets Manager parameters.
public object? SourceDataProviderDescriptors { get; set; }
Property Value
Remarks
Tags
An array of key-value pairs to apply to this resource.
public ICfnTag[]? Tags { get; set; }
Property Value
ICfnTag[]
Remarks
TargetDataProviderDescriptors
Information about the target data provider, including the name or ARN, and AWS Secrets Manager parameters.
public object? TargetDataProviderDescriptors { get; set; }
Property Value
Remarks
TransformationRules
The settings in JSON format for migration rules.
public string? TransformationRules { get; set; }
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.