Class: Aws::DatabaseMigrationService::Types::ModifyDataMigrationMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::ModifyDataMigrationMessage
- Defined in:
- gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:selection_rules]
Instance Attribute Summary collapse
-
#data_migration_identifier ⇒ String
The identifier (name or ARN) of the data migration to modify.
-
#data_migration_name ⇒ String
The new name for the data migration.
-
#data_migration_type ⇒ String
The new migration type for the data migration.
-
#enable_cloudwatch_logs ⇒ Boolean
Whether to enable Cloudwatch logs for the data migration.
-
#number_of_jobs ⇒ Integer
The number of parallel jobs that trigger parallel threads to unload the tables from the source, and then load them to the target.
-
#selection_rules ⇒ String
A JSON-formatted string that defines what objects to include and exclude from the migration.
-
#service_access_role_arn ⇒ String
The new service access role ARN for the data migration.
-
#source_data_settings ⇒ Array<Types::SourceDataSetting>
The new information about the source data provider for the data migration.
-
#target_data_settings ⇒ Array<Types::TargetDataSetting>
The new information about the target data provider for the data migration.
Instance Attribute Details
#data_migration_identifier ⇒ String
The identifier (name or ARN) of the data migration to modify.
7889 7890 7891 7892 7893 7894 7895 7896 7897 7898 7899 7900 7901 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 7889 class ModifyDataMigrationMessage < Struct.new( :data_migration_identifier, :data_migration_name, :enable_cloudwatch_logs, :service_access_role_arn, :data_migration_type, :source_data_settings, :target_data_settings, :number_of_jobs, :selection_rules) SENSITIVE = [:selection_rules] include Aws::Structure end |
#data_migration_name ⇒ String
The new name for the data migration.
7889 7890 7891 7892 7893 7894 7895 7896 7897 7898 7899 7900 7901 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 7889 class ModifyDataMigrationMessage < Struct.new( :data_migration_identifier, :data_migration_name, :enable_cloudwatch_logs, :service_access_role_arn, :data_migration_type, :source_data_settings, :target_data_settings, :number_of_jobs, :selection_rules) SENSITIVE = [:selection_rules] include Aws::Structure end |
#data_migration_type ⇒ String
The new migration type for the data migration.
7889 7890 7891 7892 7893 7894 7895 7896 7897 7898 7899 7900 7901 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 7889 class ModifyDataMigrationMessage < Struct.new( :data_migration_identifier, :data_migration_name, :enable_cloudwatch_logs, :service_access_role_arn, :data_migration_type, :source_data_settings, :target_data_settings, :number_of_jobs, :selection_rules) SENSITIVE = [:selection_rules] include Aws::Structure end |
#enable_cloudwatch_logs ⇒ Boolean
Whether to enable Cloudwatch logs for the data migration.
7889 7890 7891 7892 7893 7894 7895 7896 7897 7898 7899 7900 7901 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 7889 class ModifyDataMigrationMessage < Struct.new( :data_migration_identifier, :data_migration_name, :enable_cloudwatch_logs, :service_access_role_arn, :data_migration_type, :source_data_settings, :target_data_settings, :number_of_jobs, :selection_rules) SENSITIVE = [:selection_rules] include Aws::Structure end |
#number_of_jobs ⇒ Integer
The number of parallel jobs that trigger parallel threads to unload the tables from the source, and then load them to the target.
7889 7890 7891 7892 7893 7894 7895 7896 7897 7898 7899 7900 7901 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 7889 class ModifyDataMigrationMessage < Struct.new( :data_migration_identifier, :data_migration_name, :enable_cloudwatch_logs, :service_access_role_arn, :data_migration_type, :source_data_settings, :target_data_settings, :number_of_jobs, :selection_rules) SENSITIVE = [:selection_rules] include Aws::Structure end |
#selection_rules ⇒ String
A JSON-formatted string that defines what objects to include and exclude from the migration.
7889 7890 7891 7892 7893 7894 7895 7896 7897 7898 7899 7900 7901 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 7889 class ModifyDataMigrationMessage < Struct.new( :data_migration_identifier, :data_migration_name, :enable_cloudwatch_logs, :service_access_role_arn, :data_migration_type, :source_data_settings, :target_data_settings, :number_of_jobs, :selection_rules) SENSITIVE = [:selection_rules] include Aws::Structure end |
#service_access_role_arn ⇒ String
The new service access role ARN for the data migration.
7889 7890 7891 7892 7893 7894 7895 7896 7897 7898 7899 7900 7901 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 7889 class ModifyDataMigrationMessage < Struct.new( :data_migration_identifier, :data_migration_name, :enable_cloudwatch_logs, :service_access_role_arn, :data_migration_type, :source_data_settings, :target_data_settings, :number_of_jobs, :selection_rules) SENSITIVE = [:selection_rules] include Aws::Structure end |
#source_data_settings ⇒ Array<Types::SourceDataSetting>
The new information about the source data provider for the data migration.
7889 7890 7891 7892 7893 7894 7895 7896 7897 7898 7899 7900 7901 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 7889 class ModifyDataMigrationMessage < Struct.new( :data_migration_identifier, :data_migration_name, :enable_cloudwatch_logs, :service_access_role_arn, :data_migration_type, :source_data_settings, :target_data_settings, :number_of_jobs, :selection_rules) SENSITIVE = [:selection_rules] include Aws::Structure end |
#target_data_settings ⇒ Array<Types::TargetDataSetting>
The new information about the target data provider for the data migration.
7889 7890 7891 7892 7893 7894 7895 7896 7897 7898 7899 7900 7901 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 7889 class ModifyDataMigrationMessage < Struct.new( :data_migration_identifier, :data_migration_name, :enable_cloudwatch_logs, :service_access_role_arn, :data_migration_type, :source_data_settings, :target_data_settings, :number_of_jobs, :selection_rules) SENSITIVE = [:selection_rules] include Aws::Structure end |