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
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-06T23:25:07.092Z")
@Stability(Stable)
public class CfnMigrationProject
extends CfnResource
implements IInspectable, 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
Modifier and TypeClassDescriptionstatic final class
A fluent builder forCfnMigrationProject
.static interface
Information about a data provider.static interface
The property describes schema conversion application attributes for the migration project.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
Nested classes/interfaces inherited from interface software.amazon.awscdk.ITaggableV2
ITaggableV2.Jsii$Default, ITaggableV2.Jsii$Proxy
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The CloudFormation resource type name for this resource class. -
Constructor Summary
ModifierConstructorDescriptionprotected
CfnMigrationProject
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
CfnMigrationProject
(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.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.void
inspect
(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties
(Map<String, Object> props) void
setDescription
(String value) A user-friendly description of the migration project.void
setInstanceProfileArn
(String value) The Amazon Resource Name (ARN) of the instance profile for your migration project.void
The identifier of the instance profile for your migration project.void
setInstanceProfileName
(String value) The name of the associated instance profile.void
Deprecated.this property has been deprecatedvoid
The identifier of the migration project.void
setMigrationProjectName
(String value) The name of the migration project.void
The schema conversion application attributes, including the Amazon S3 bucket name and Amazon S3 role ARN.void
setSchemaConversionApplicationAttributes
(CfnMigrationProject.SchemaConversionApplicationAttributesProperty value) The schema conversion application attributes, including the Amazon S3 bucket name and Amazon S3 role ARN.void
Information about the source data provider, including the name or ARN, and AWS Secrets Manager parameters.void
Information about the source data provider, including the name or ARN, and AWS Secrets Manager parameters.void
An array of key-value pairs to apply to this resource.void
Information about the target data provider, including the name or ARN, and AWS Secrets Manager parameters.void
Information about the target data provider, including the name or ARN, and AWS Secrets Manager parameters.void
setTransformationRules
(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, validateProperties
Methods inherited from class software.amazon.awscdk.CfnRefElement
getRef
Methods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
Methods inherited from class software.constructs.Construct
getNode, isConstruct
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods 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:
inspect
in 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:
renderProperties
in 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:
getCdkTagManager
in interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnProperties
in classCfnResource
-
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. -
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. -
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. -
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.
-