Class: Aws::DatabaseMigrationService::Types::MigrationProject
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::MigrationProject
- Includes:
- Structure
- Defined in:
- 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.
7239 7240 7241 7242 7243 7244 7245 7246 7247 7248 7249 7250 7251 7252 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 7239 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.
7239 7240 7241 7242 7243 7244 7245 7246 7247 7248 7249 7250 7251 7252 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 7239 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.
7239 7240 7241 7242 7243 7244 7245 7246 7247 7248 7249 7250 7251 7252 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 7239 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.
7239 7240 7241 7242 7243 7244 7245 7246 7247 7248 7249 7250 7251 7252 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 7239 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.
7239 7240 7241 7242 7243 7244 7245 7246 7247 7248 7249 7250 7251 7252 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 7239 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.
7239 7240 7241 7242 7243 7244 7245 7246 7247 7248 7249 7250 7251 7252 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 7239 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.
7239 7240 7241 7242 7243 7244 7245 7246 7247 7248 7249 7250 7251 7252 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 7239 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.
7239 7240 7241 7242 7243 7244 7245 7246 7247 7248 7249 7250 7251 7252 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 7239 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.
7239 7240 7241 7242 7243 7244 7245 7246 7247 7248 7249 7250 7251 7252 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 7239 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.
7239 7240 7241 7242 7243 7244 7245 7246 7247 7248 7249 7250 7251 7252 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 7239 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 |