Class: Aws::DatabaseMigrationService::Types::ModifyMigrationProjectMessage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A user-friendly description of the migration project.

Returns:

  • (String)


7521
7522
7523
7524
7525
7526
7527
7528
7529
7530
7531
7532
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 7521

class ModifyMigrationProjectMessage < Struct.new(
  :migration_project_identifier,
  :migration_project_name,
  :source_data_provider_descriptors,
  :target_data_provider_descriptors,
  :instance_profile_identifier,
  :transformation_rules,
  :description,
  :schema_conversion_application_attributes)
  SENSITIVE = []
  include Aws::Structure
end

#instance_profile_identifierString

The name or Amazon Resource Name (ARN) for the instance profile.

Returns:

  • (String)


7521
7522
7523
7524
7525
7526
7527
7528
7529
7530
7531
7532
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 7521

class ModifyMigrationProjectMessage < Struct.new(
  :migration_project_identifier,
  :migration_project_name,
  :source_data_provider_descriptors,
  :target_data_provider_descriptors,
  :instance_profile_identifier,
  :transformation_rules,
  :description,
  :schema_conversion_application_attributes)
  SENSITIVE = []
  include Aws::Structure
end

#migration_project_identifierString

The identifier of the migration project. 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.

Returns:

  • (String)


7521
7522
7523
7524
7525
7526
7527
7528
7529
7530
7531
7532
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 7521

class ModifyMigrationProjectMessage < Struct.new(
  :migration_project_identifier,
  :migration_project_name,
  :source_data_provider_descriptors,
  :target_data_provider_descriptors,
  :instance_profile_identifier,
  :transformation_rules,
  :description,
  :schema_conversion_application_attributes)
  SENSITIVE = []
  include Aws::Structure
end

#migration_project_nameString

A user-friendly name for the migration project.

Returns:

  • (String)


7521
7522
7523
7524
7525
7526
7527
7528
7529
7530
7531
7532
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 7521

class ModifyMigrationProjectMessage < Struct.new(
  :migration_project_identifier,
  :migration_project_name,
  :source_data_provider_descriptors,
  :target_data_provider_descriptors,
  :instance_profile_identifier,
  :transformation_rules,
  :description,
  :schema_conversion_application_attributes)
  SENSITIVE = []
  include Aws::Structure
end

#schema_conversion_application_attributesTypes::SCApplicationAttributes

The schema conversion application attributes, including the Amazon S3 bucket name and Amazon S3 role ARN.



7521
7522
7523
7524
7525
7526
7527
7528
7529
7530
7531
7532
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 7521

class ModifyMigrationProjectMessage < Struct.new(
  :migration_project_identifier,
  :migration_project_name,
  :source_data_provider_descriptors,
  :target_data_provider_descriptors,
  :instance_profile_identifier,
  :transformation_rules,
  :description,
  :schema_conversion_application_attributes)
  SENSITIVE = []
  include Aws::Structure
end

#source_data_provider_descriptorsArray<Types::DataProviderDescriptorDefinition>

Information about the source data provider, including the name, ARN, and Amazon Web Services Secrets Manager parameters.



7521
7522
7523
7524
7525
7526
7527
7528
7529
7530
7531
7532
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 7521

class ModifyMigrationProjectMessage < Struct.new(
  :migration_project_identifier,
  :migration_project_name,
  :source_data_provider_descriptors,
  :target_data_provider_descriptors,
  :instance_profile_identifier,
  :transformation_rules,
  :description,
  :schema_conversion_application_attributes)
  SENSITIVE = []
  include Aws::Structure
end

#target_data_provider_descriptorsArray<Types::DataProviderDescriptorDefinition>

Information about the target data provider, including the name, ARN, and Amazon Web Services Secrets Manager parameters.



7521
7522
7523
7524
7525
7526
7527
7528
7529
7530
7531
7532
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 7521

class ModifyMigrationProjectMessage < Struct.new(
  :migration_project_identifier,
  :migration_project_name,
  :source_data_provider_descriptors,
  :target_data_provider_descriptors,
  :instance_profile_identifier,
  :transformation_rules,
  :description,
  :schema_conversion_application_attributes)
  SENSITIVE = []
  include Aws::Structure
end

#transformation_rulesString

The settings in JSON format for migration rules. 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.

Returns:

  • (String)


7521
7522
7523
7524
7525
7526
7527
7528
7529
7530
7531
7532
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 7521

class ModifyMigrationProjectMessage < Struct.new(
  :migration_project_identifier,
  :migration_project_name,
  :source_data_provider_descriptors,
  :target_data_provider_descriptors,
  :instance_profile_identifier,
  :transformation_rules,
  :description,
  :schema_conversion_application_attributes)
  SENSITIVE = []
  include Aws::Structure
end