Class CfnMigrationProject
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.dms.CfnMigrationProject
- All Implemented Interfaces:
IInspectable,ITaggableV2,IMigrationProjectRef,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.116.0 (build 0eddcff)",
date="2025-10-29T11:15:36.386Z")
@Stability(Stable)
public class CfnMigrationProject
extends CfnResource
implements IInspectable, IMigrationProjectRef, ITaggableV2
Provides information that defines a migration project.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.dms.*;
CfnMigrationProject cfnMigrationProject = CfnMigrationProject.Builder.create(this, "MyCfnMigrationProject")
.description("description")
.instanceProfileArn("instanceProfileArn")
.instanceProfileIdentifier("instanceProfileIdentifier")
.instanceProfileName("instanceProfileName")
.migrationProjectCreationTime("migrationProjectCreationTime")
.migrationProjectIdentifier("migrationProjectIdentifier")
.migrationProjectName("migrationProjectName")
.schemaConversionApplicationAttributes(SchemaConversionApplicationAttributesProperty.builder()
.s3BucketPath("s3BucketPath")
.s3BucketRoleArn("s3BucketRoleArn")
.build())
.sourceDataProviderDescriptors(List.of(DataProviderDescriptorProperty.builder()
.dataProviderArn("dataProviderArn")
.dataProviderIdentifier("dataProviderIdentifier")
.dataProviderName("dataProviderName")
.secretsManagerAccessRoleArn("secretsManagerAccessRoleArn")
.secretsManagerSecretId("secretsManagerSecretId")
.build()))
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.targetDataProviderDescriptors(List.of(DataProviderDescriptorProperty.builder()
.dataProviderArn("dataProviderArn")
.dataProviderIdentifier("dataProviderIdentifier")
.dataProviderName("dataProviderName")
.secretsManagerAccessRoleArn("secretsManagerAccessRoleArn")
.secretsManagerSecretId("secretsManagerSecretId")
.build()))
.transformationRules("transformationRules")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA fluent builder forCfnMigrationProject.static interfaceInformation about a data provider.static interfaceThe property describes schema conversion application attributes for the migration project.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.dms.IMigrationProjectRef
IMigrationProjectRef.Jsii$Default, IMigrationProjectRef.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.ITaggableV2
ITaggableV2.Jsii$Default, ITaggableV2.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnMigrationProject(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnMigrationProject(software.amazon.jsii.JsiiObjectRef objRef) CfnMigrationProject(software.constructs.Construct scope, String id) CfnMigrationProject(software.constructs.Construct scope, String id, CfnMigrationProjectProps props) -
Method Summary
Modifier and TypeMethodDescriptionThe ARN string that uniquely identifies the migration project.Tag Manager which manages the tags for this resource.A user-friendly description of the migration project.The Amazon Resource Name (ARN) of the instance profile for your migration project.The identifier of the instance profile for your migration project.The name of the associated instance profile.Deprecated.this property has been deprecatedThe identifier of the migration project.The name of the migration project.A reference to a MigrationProject resource.The schema conversion application attributes, including the Amazon S3 bucket name and Amazon S3 role ARN.Information about the source data provider, including the name or ARN, and AWS Secrets Manager parameters.getTags()An array of key-value pairs to apply to this resource.Information about the target data provider, including the name or ARN, and AWS Secrets Manager parameters.The settings in JSON format for migration rules.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties(Map<String, Object> props) voidsetDescription(String value) A user-friendly description of the migration project.voidsetInstanceProfileArn(String value) The Amazon Resource Name (ARN) of the instance profile for your migration project.voidThe identifier of the instance profile for your migration project.voidsetInstanceProfileName(String value) The name of the associated instance profile.voidDeprecated.this property has been deprecatedvoidThe identifier of the migration project.voidsetMigrationProjectName(String value) The name of the migration project.voidThe schema conversion application attributes, including the Amazon S3 bucket name and Amazon S3 role ARN.voidsetSchemaConversionApplicationAttributes(CfnMigrationProject.SchemaConversionApplicationAttributesProperty value) The schema conversion application attributes, including the Amazon S3 bucket name and Amazon S3 role ARN.voidInformation about the source data provider, including the name or ARN, and AWS Secrets Manager parameters.voidInformation about the source data provider, including the name or ARN, and AWS Secrets Manager parameters.voidAn array of key-value pairs to apply to this resource.voidInformation about the target data provider, including the name or ARN, and AWS Secrets Manager parameters.voidInformation about the target data provider, including the name or ARN, and AWS Secrets Manager parameters.voidsetTransformationRules(String value) The settings in JSON format for migration rules.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdMethods inherited from class software.constructs.Construct
getNode, isConstructMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnMigrationProject
protected CfnMigrationProject(software.amazon.jsii.JsiiObjectRef objRef) -
CfnMigrationProject
protected CfnMigrationProject(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnMigrationProject
@Stability(Stable) public CfnMigrationProject(@NotNull software.constructs.Construct scope, @NotNull String id, @Nullable CfnMigrationProjectProps props) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.props- Resource properties.
-
CfnMigrationProject
@Stability(Stable) public CfnMigrationProject(@NotNull software.constructs.Construct scope, @NotNull String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin interfaceIInspectable- Parameters:
inspector- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderPropertiesin classCfnResource- Parameters:
props- This parameter is required.
-
getAttrMigrationProjectArn
The ARN string that uniquely identifies the migration project. -
getCdkTagManager
Tag Manager which manages the tags for this resource.- Specified by:
getCdkTagManagerin interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getMigrationProjectRef
A reference to a MigrationProject resource.- Specified by:
getMigrationProjectRefin interfaceIMigrationProjectRef
-
getDescription
A user-friendly description of the migration project. -
setDescription
A user-friendly description of the migration project. -
getInstanceProfileArn
The Amazon Resource Name (ARN) of the instance profile for your migration project. -
setInstanceProfileArn
The Amazon Resource Name (ARN) of the instance profile for your migration project. -
getInstanceProfileIdentifier
The identifier of the instance profile for your migration project. -
setInstanceProfileIdentifier
The identifier of the instance profile for your migration project. -
getInstanceProfileName
The name of the associated instance profile. -
setInstanceProfileName
The name of the associated instance profile. -
getMigrationProjectCreationTime
Deprecated.this property has been deprecated(deprecated) The property describes a creating time of the migration project. -
setMigrationProjectCreationTime
@Stability(Deprecated) @Deprecated public void setMigrationProjectCreationTime(@Nullable String value) Deprecated.this property has been deprecated(deprecated) The property describes a creating time of the migration project. -
getMigrationProjectIdentifier
The identifier of the migration project. -
setMigrationProjectIdentifier
The identifier of the migration project. -
getMigrationProjectName
The name of the migration project. -
setMigrationProjectName
The name of the migration project. -
getSchemaConversionApplicationAttributes
The schema conversion application attributes, including the Amazon S3 bucket name and Amazon S3 role ARN.Returns union: either
IResolvableorCfnMigrationProject.SchemaConversionApplicationAttributesProperty -
setSchemaConversionApplicationAttributes
@Stability(Stable) public void setSchemaConversionApplicationAttributes(@Nullable IResolvable value) The schema conversion application attributes, including the Amazon S3 bucket name and Amazon S3 role ARN. -
setSchemaConversionApplicationAttributes
@Stability(Stable) public void setSchemaConversionApplicationAttributes(@Nullable CfnMigrationProject.SchemaConversionApplicationAttributesProperty value) The schema conversion application attributes, including the Amazon S3 bucket name and Amazon S3 role ARN. -
getSourceDataProviderDescriptors
Information about the source data provider, including the name or ARN, and AWS Secrets Manager parameters.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnMigrationProject.DataProviderDescriptorProperty> -
setSourceDataProviderDescriptors
Information about the source data provider, including the name or ARN, and AWS Secrets Manager parameters. -
setSourceDataProviderDescriptors
Information about the source data provider, including the name or ARN, and AWS Secrets Manager parameters. -
getTags
An array of key-value pairs to apply to this resource. -
setTags
An array of key-value pairs to apply to this resource. -
getTargetDataProviderDescriptors
Information about the target data provider, including the name or ARN, and AWS Secrets Manager parameters.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnMigrationProject.DataProviderDescriptorProperty> -
setTargetDataProviderDescriptors
Information about the target data provider, including the name or ARN, and AWS Secrets Manager parameters. -
setTargetDataProviderDescriptors
Information about the target data provider, including the name or ARN, and AWS Secrets Manager parameters. -
getTransformationRules
The settings in JSON format for migration rules. -
setTransformationRules
The settings in JSON format for migration rules.
-