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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)

8018
8019
8020
8021
8022
8023
8024
8025
8026
8027
8028
8029
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 8018

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)

8018
8019
8020
8021
8022
8023
8024
8025
8026
8027
8028
8029
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 8018

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)

8018
8019
8020
8021
8022
8023
8024
8025
8026
8027
8028
8029
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 8018

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)

8018
8019
8020
8021
8022
8023
8024
8025
8026
8027
8028
8029
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 8018

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.


8018
8019
8020
8021
8022
8023
8024
8025
8026
8027
8028
8029
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 8018

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.


8018
8019
8020
8021
8022
8023
8024
8025
8026
8027
8028
8029
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 8018

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.


8018
8019
8020
8021
8022
8023
8024
8025
8026
8027
8028
8029
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 8018

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)

8018
8019
8020
8021
8022
8023
8024
8025
8026
8027
8028
8029
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 8018

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