Class: Aws::DatabaseMigrationService::Types::CreateMigrationProjectMessage

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)


1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 1264

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

#instance_profile_identifierString

The identifier of the associated instance profile. 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)


1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 1264

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

#migration_project_nameString

A user-friendly name for the migration project.

Returns:

  • (String)


1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 1264

class CreateMigrationProjectMessage < Struct.new(
  :migration_project_name,
  :source_data_provider_descriptors,
  :target_data_provider_descriptors,
  :instance_profile_identifier,
  :transformation_rules,
  :description,
  :tags,
  :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.



1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 1264

class CreateMigrationProjectMessage < Struct.new(
  :migration_project_name,
  :source_data_provider_descriptors,
  :target_data_provider_descriptors,
  :instance_profile_identifier,
  :transformation_rules,
  :description,
  :tags,
  :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 Secrets Manager parameters.



1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 1264

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

#tagsArray<Types::Tag>

One or more tags to be assigned to the migration project.

Returns:



1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 1264

class CreateMigrationProjectMessage < Struct.new(
  :migration_project_name,
  :source_data_provider_descriptors,
  :target_data_provider_descriptors,
  :instance_profile_identifier,
  :transformation_rules,
  :description,
  :tags,
  :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.



1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 1264

class CreateMigrationProjectMessage < Struct.new(
  :migration_project_name,
  :source_data_provider_descriptors,
  :target_data_provider_descriptors,
  :instance_profile_identifier,
  :transformation_rules,
  :description,
  :tags,
  :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)


1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 1264

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