Class: Aws::DatabaseMigrationService::Types::ModifyDataMigrationMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::ModifyDataMigrationMessage
- Includes:
- Structure
- Defined in:
- 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.
Instance Attribute Details
#data_migration_identifier ⇒ String
The identifier (name or ARN) of the data migration to modify.
7321 7322 7323 7324 7325 7326 7327 7328 7329 7330 7331 7332 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 7321 class ModifyDataMigrationMessage < Struct.new( :data_migration_identifier, :data_migration_name, :enable_cloudwatch_logs, :service_access_role_arn, :data_migration_type, :source_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.
7321 7322 7323 7324 7325 7326 7327 7328 7329 7330 7331 7332 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 7321 class ModifyDataMigrationMessage < Struct.new( :data_migration_identifier, :data_migration_name, :enable_cloudwatch_logs, :service_access_role_arn, :data_migration_type, :source_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.
7321 7322 7323 7324 7325 7326 7327 7328 7329 7330 7331 7332 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 7321 class ModifyDataMigrationMessage < Struct.new( :data_migration_identifier, :data_migration_name, :enable_cloudwatch_logs, :service_access_role_arn, :data_migration_type, :source_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.
7321 7322 7323 7324 7325 7326 7327 7328 7329 7330 7331 7332 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 7321 class ModifyDataMigrationMessage < Struct.new( :data_migration_identifier, :data_migration_name, :enable_cloudwatch_logs, :service_access_role_arn, :data_migration_type, :source_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.
7321 7322 7323 7324 7325 7326 7327 7328 7329 7330 7331 7332 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 7321 class ModifyDataMigrationMessage < Struct.new( :data_migration_identifier, :data_migration_name, :enable_cloudwatch_logs, :service_access_role_arn, :data_migration_type, :source_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.
7321 7322 7323 7324 7325 7326 7327 7328 7329 7330 7331 7332 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 7321 class ModifyDataMigrationMessage < Struct.new( :data_migration_identifier, :data_migration_name, :enable_cloudwatch_logs, :service_access_role_arn, :data_migration_type, :source_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.
7321 7322 7323 7324 7325 7326 7327 7328 7329 7330 7331 7332 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 7321 class ModifyDataMigrationMessage < Struct.new( :data_migration_identifier, :data_migration_name, :enable_cloudwatch_logs, :service_access_role_arn, :data_migration_type, :source_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.
7321 7322 7323 7324 7325 7326 7327 7328 7329 7330 7331 7332 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 7321 class ModifyDataMigrationMessage < Struct.new( :data_migration_identifier, :data_migration_name, :enable_cloudwatch_logs, :service_access_role_arn, :data_migration_type, :source_data_settings, :number_of_jobs, :selection_rules) SENSITIVE = [:selection_rules] include Aws::Structure end |