Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.dms.CfnMigrationProjectPropsMixin.Builder
Packages that use CfnMigrationProjectPropsMixin.Builder
-
Uses of CfnMigrationProjectPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.dms
Methods in software.amazon.awscdk.cfnpropertymixins.services.dms that return CfnMigrationProjectPropsMixin.BuilderModifier and TypeMethodDescriptionCfnMigrationProjectPropsMixin.Builder.create()CfnMigrationProjectPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnMigrationProjectPropsMixin.Builder.description(String description) A user-friendly description of the migration project.CfnMigrationProjectPropsMixin.Builder.instanceProfileArn(String instanceProfileArn) The Amazon Resource Name (ARN) of the instance profile for your migration project.CfnMigrationProjectPropsMixin.Builder.instanceProfileIdentifier(String instanceProfileIdentifier) The identifier of the instance profile for your migration project.CfnMigrationProjectPropsMixin.Builder.instanceProfileName(String instanceProfileName) The name of the associated instance profile.CfnMigrationProjectPropsMixin.Builder.migrationProjectCreationTime(String migrationProjectCreationTime) Deprecated.this property has been deprecatedCfnMigrationProjectPropsMixin.Builder.migrationProjectIdentifier(String migrationProjectIdentifier) The identifier of the migration project.CfnMigrationProjectPropsMixin.Builder.migrationProjectName(String migrationProjectName) The name of the migration project.CfnMigrationProjectPropsMixin.Builder.schemaConversionApplicationAttributes(CfnMigrationProjectPropsMixin.SchemaConversionApplicationAttributesProperty schemaConversionApplicationAttributes) The schema conversion application attributes, including the Amazon S3 bucket name and Amazon S3 role ARN.CfnMigrationProjectPropsMixin.Builder.schemaConversionApplicationAttributes(IResolvable schemaConversionApplicationAttributes) The schema conversion application attributes, including the Amazon S3 bucket name and Amazon S3 role ARN.CfnMigrationProjectPropsMixin.Builder.sourceDataProviderDescriptors(List<? extends Object> sourceDataProviderDescriptors) Information about the source data provider, including the name or ARN, and AWS Secrets Manager parameters.CfnMigrationProjectPropsMixin.Builder.sourceDataProviderDescriptors(IResolvable sourceDataProviderDescriptors) Information about the source data provider, including the name or ARN, and AWS Secrets Manager parameters.An array of key-value pairs to apply to this resource.CfnMigrationProjectPropsMixin.Builder.targetDataProviderDescriptors(List<? extends Object> targetDataProviderDescriptors) Information about the target data provider, including the name or ARN, and AWS Secrets Manager parameters.CfnMigrationProjectPropsMixin.Builder.targetDataProviderDescriptors(IResolvable targetDataProviderDescriptors) Information about the target data provider, including the name or ARN, and AWS Secrets Manager parameters.CfnMigrationProjectPropsMixin.Builder.transformationRules(String transformationRules) The settings in JSON format for migration rules.