Class: Aws::DatabaseMigrationService::Types::MigrationProject
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::MigrationProject
- Defined in:
- gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb
Overview
Provides information that defines a migration project.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A user-friendly description of the migration project.
-
#instance_profile_arn ⇒ String
The Amazon Resource Name (ARN) of the instance profile for your migration project.
-
#instance_profile_name ⇒ String
The name of the associated instance profile.
-
#migration_project_arn ⇒ String
The ARN string that uniquely identifies the migration project.
-
#migration_project_creation_time ⇒ Time
The time when the migration project was created.
-
#migration_project_name ⇒ String
The name of the migration project.
-
#schema_conversion_application_attributes ⇒ Types::SCApplicationAttributes
The schema conversion application attributes, including the Amazon S3 bucket name and Amazon S3 role ARN.
-
#source_data_provider_descriptors ⇒ Array<Types::DataProviderDescriptor>
Information about the source data provider, including the name or ARN, and Secrets Manager parameters.
-
#target_data_provider_descriptors ⇒ Array<Types::DataProviderDescriptor>
Information about the target data provider, including the name or ARN, and Secrets Manager parameters.
-
#transformation_rules ⇒ String
The settings in JSON format for migration rules.
Instance Attribute Details
#description ⇒ String
A user-friendly description of the migration project.
7484 7485 7486 7487 7488 7489 7490 7491 7492 7493 7494 7495 7496 7497 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 7484 class MigrationProject < Struct.new( :migration_project_name, :migration_project_arn, :migration_project_creation_time, :source_data_provider_descriptors, :target_data_provider_descriptors, :instance_profile_arn, :instance_profile_name, :transformation_rules, :description, :schema_conversion_application_attributes) SENSITIVE = [] include Aws::Structure end |
#instance_profile_arn ⇒ String
The Amazon Resource Name (ARN) of the instance profile for your migration project.
7484 7485 7486 7487 7488 7489 7490 7491 7492 7493 7494 7495 7496 7497 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 7484 class MigrationProject < Struct.new( :migration_project_name, :migration_project_arn, :migration_project_creation_time, :source_data_provider_descriptors, :target_data_provider_descriptors, :instance_profile_arn, :instance_profile_name, :transformation_rules, :description, :schema_conversion_application_attributes) SENSITIVE = [] include Aws::Structure end |
#instance_profile_name ⇒ String
The name of the associated instance profile.
7484 7485 7486 7487 7488 7489 7490 7491 7492 7493 7494 7495 7496 7497 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 7484 class MigrationProject < Struct.new( :migration_project_name, :migration_project_arn, :migration_project_creation_time, :source_data_provider_descriptors, :target_data_provider_descriptors, :instance_profile_arn, :instance_profile_name, :transformation_rules, :description, :schema_conversion_application_attributes) SENSITIVE = [] include Aws::Structure end |
#migration_project_arn ⇒ String
The ARN string that uniquely identifies the migration project.
7484 7485 7486 7487 7488 7489 7490 7491 7492 7493 7494 7495 7496 7497 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 7484 class MigrationProject < Struct.new( :migration_project_name, :migration_project_arn, :migration_project_creation_time, :source_data_provider_descriptors, :target_data_provider_descriptors, :instance_profile_arn, :instance_profile_name, :transformation_rules, :description, :schema_conversion_application_attributes) SENSITIVE = [] include Aws::Structure end |
#migration_project_creation_time ⇒ Time
The time when the migration project was created.
7484 7485 7486 7487 7488 7489 7490 7491 7492 7493 7494 7495 7496 7497 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 7484 class MigrationProject < Struct.new( :migration_project_name, :migration_project_arn, :migration_project_creation_time, :source_data_provider_descriptors, :target_data_provider_descriptors, :instance_profile_arn, :instance_profile_name, :transformation_rules, :description, :schema_conversion_application_attributes) SENSITIVE = [] include Aws::Structure end |
#migration_project_name ⇒ String
The name of the migration project.
7484 7485 7486 7487 7488 7489 7490 7491 7492 7493 7494 7495 7496 7497 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 7484 class MigrationProject < Struct.new( :migration_project_name, :migration_project_arn, :migration_project_creation_time, :source_data_provider_descriptors, :target_data_provider_descriptors, :instance_profile_arn, :instance_profile_name, :transformation_rules, :description, :schema_conversion_application_attributes) SENSITIVE = [] include Aws::Structure end |
#schema_conversion_application_attributes ⇒ Types::SCApplicationAttributes
The schema conversion application attributes, including the Amazon S3 bucket name and Amazon S3 role ARN.
7484 7485 7486 7487 7488 7489 7490 7491 7492 7493 7494 7495 7496 7497 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 7484 class MigrationProject < Struct.new( :migration_project_name, :migration_project_arn, :migration_project_creation_time, :source_data_provider_descriptors, :target_data_provider_descriptors, :instance_profile_arn, :instance_profile_name, :transformation_rules, :description, :schema_conversion_application_attributes) SENSITIVE = [] include Aws::Structure end |
#source_data_provider_descriptors ⇒ Array<Types::DataProviderDescriptor>
Information about the source data provider, including the name or ARN, and Secrets Manager parameters.
7484 7485 7486 7487 7488 7489 7490 7491 7492 7493 7494 7495 7496 7497 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 7484 class MigrationProject < Struct.new( :migration_project_name, :migration_project_arn, :migration_project_creation_time, :source_data_provider_descriptors, :target_data_provider_descriptors, :instance_profile_arn, :instance_profile_name, :transformation_rules, :description, :schema_conversion_application_attributes) SENSITIVE = [] include Aws::Structure end |
#target_data_provider_descriptors ⇒ Array<Types::DataProviderDescriptor>
Information about the target data provider, including the name or ARN, and Secrets Manager parameters.
7484 7485 7486 7487 7488 7489 7490 7491 7492 7493 7494 7495 7496 7497 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 7484 class MigrationProject < Struct.new( :migration_project_name, :migration_project_arn, :migration_project_creation_time, :source_data_provider_descriptors, :target_data_provider_descriptors, :instance_profile_arn, :instance_profile_name, :transformation_rules, :description, :schema_conversion_application_attributes) SENSITIVE = [] include Aws::Structure end |
#transformation_rules ⇒ String
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.
7484 7485 7486 7487 7488 7489 7490 7491 7492 7493 7494 7495 7496 7497 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 7484 class MigrationProject < Struct.new( :migration_project_name, :migration_project_arn, :migration_project_creation_time, :source_data_provider_descriptors, :target_data_provider_descriptors, :instance_profile_arn, :instance_profile_name, :transformation_rules, :description, :schema_conversion_application_attributes) SENSITIVE = [] include Aws::Structure end |