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.
6885 6886 6887 6888 6889 6890 6891 6892 6893 6894 6895 6896 6897 6898 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6885 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.
6885 6886 6887 6888 6889 6890 6891 6892 6893 6894 6895 6896 6897 6898 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6885 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.
6885 6886 6887 6888 6889 6890 6891 6892 6893 6894 6895 6896 6897 6898 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6885 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.
6885 6886 6887 6888 6889 6890 6891 6892 6893 6894 6895 6896 6897 6898 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6885 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.
6885 6886 6887 6888 6889 6890 6891 6892 6893 6894 6895 6896 6897 6898 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6885 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.
6885 6886 6887 6888 6889 6890 6891 6892 6893 6894 6895 6896 6897 6898 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6885 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.
6885 6886 6887 6888 6889 6890 6891 6892 6893 6894 6895 6896 6897 6898 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6885 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.
6885 6886 6887 6888 6889 6890 6891 6892 6893 6894 6895 6896 6897 6898 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6885 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.
6885 6886 6887 6888 6889 6890 6891 6892 6893 6894 6895 6896 6897 6898 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6885 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.
6885 6886 6887 6888 6889 6890 6891 6892 6893 6894 6895 6896 6897 6898 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6885 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 |