Class: Aws::DatabaseMigrationService::Types::ModifyReplicationConfigMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::ModifyReplicationConfigMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#compute_config ⇒ Types::ComputeConfig
Configuration parameters for provisioning an DMS Serverless replication.
-
#replication_config_arn ⇒ String
The Amazon Resource Name of the replication to modify.
-
#replication_config_identifier ⇒ String
The new replication config to apply to the replication.
-
#replication_settings ⇒ String
The settings for the replication.
-
#replication_type ⇒ String
The type of replication.
-
#source_endpoint_arn ⇒ String
The Amazon Resource Name (ARN) of the source endpoint for this DMS serverless replication configuration.
-
#supplemental_settings ⇒ String
Additional settings for the replication.
-
#table_mappings ⇒ String
Table mappings specified in the replication.
-
#target_endpoint_arn ⇒ String
The Amazon Resource Name (ARN) of the target endpoint for this DMS serverless replication configuration.
Instance Attribute Details
#compute_config ⇒ Types::ComputeConfig
Configuration parameters for provisioning an DMS Serverless replication.
8003 8004 8005 8006 8007 8008 8009 8010 8011 8012 8013 8014 8015 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 8003 class ModifyReplicationConfigMessage < Struct.new( :replication_config_arn, :replication_config_identifier, :replication_type, :table_mappings, :replication_settings, :supplemental_settings, :compute_config, :source_endpoint_arn, :target_endpoint_arn) SENSITIVE = [] include Aws::Structure end |
#replication_config_arn ⇒ String
The Amazon Resource Name of the replication to modify.
8003 8004 8005 8006 8007 8008 8009 8010 8011 8012 8013 8014 8015 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 8003 class ModifyReplicationConfigMessage < Struct.new( :replication_config_arn, :replication_config_identifier, :replication_type, :table_mappings, :replication_settings, :supplemental_settings, :compute_config, :source_endpoint_arn, :target_endpoint_arn) SENSITIVE = [] include Aws::Structure end |
#replication_config_identifier ⇒ String
The new replication config to apply to the replication.
8003 8004 8005 8006 8007 8008 8009 8010 8011 8012 8013 8014 8015 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 8003 class ModifyReplicationConfigMessage < Struct.new( :replication_config_arn, :replication_config_identifier, :replication_type, :table_mappings, :replication_settings, :supplemental_settings, :compute_config, :source_endpoint_arn, :target_endpoint_arn) SENSITIVE = [] include Aws::Structure end |
#replication_settings ⇒ String
The settings for the replication.
8003 8004 8005 8006 8007 8008 8009 8010 8011 8012 8013 8014 8015 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 8003 class ModifyReplicationConfigMessage < Struct.new( :replication_config_arn, :replication_config_identifier, :replication_type, :table_mappings, :replication_settings, :supplemental_settings, :compute_config, :source_endpoint_arn, :target_endpoint_arn) SENSITIVE = [] include Aws::Structure end |
#replication_type ⇒ String
The type of replication.
8003 8004 8005 8006 8007 8008 8009 8010 8011 8012 8013 8014 8015 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 8003 class ModifyReplicationConfigMessage < Struct.new( :replication_config_arn, :replication_config_identifier, :replication_type, :table_mappings, :replication_settings, :supplemental_settings, :compute_config, :source_endpoint_arn, :target_endpoint_arn) SENSITIVE = [] include Aws::Structure end |
#source_endpoint_arn ⇒ String
The Amazon Resource Name (ARN) of the source endpoint for this DMS serverless replication configuration.
8003 8004 8005 8006 8007 8008 8009 8010 8011 8012 8013 8014 8015 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 8003 class ModifyReplicationConfigMessage < Struct.new( :replication_config_arn, :replication_config_identifier, :replication_type, :table_mappings, :replication_settings, :supplemental_settings, :compute_config, :source_endpoint_arn, :target_endpoint_arn) SENSITIVE = [] include Aws::Structure end |
#supplemental_settings ⇒ String
Additional settings for the replication.
8003 8004 8005 8006 8007 8008 8009 8010 8011 8012 8013 8014 8015 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 8003 class ModifyReplicationConfigMessage < Struct.new( :replication_config_arn, :replication_config_identifier, :replication_type, :table_mappings, :replication_settings, :supplemental_settings, :compute_config, :source_endpoint_arn, :target_endpoint_arn) SENSITIVE = [] include Aws::Structure end |
#table_mappings ⇒ String
Table mappings specified in the replication.
8003 8004 8005 8006 8007 8008 8009 8010 8011 8012 8013 8014 8015 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 8003 class ModifyReplicationConfigMessage < Struct.new( :replication_config_arn, :replication_config_identifier, :replication_type, :table_mappings, :replication_settings, :supplemental_settings, :compute_config, :source_endpoint_arn, :target_endpoint_arn) SENSITIVE = [] include Aws::Structure end |
#target_endpoint_arn ⇒ String
The Amazon Resource Name (ARN) of the target endpoint for this DMS serverless replication configuration.
8003 8004 8005 8006 8007 8008 8009 8010 8011 8012 8013 8014 8015 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 8003 class ModifyReplicationConfigMessage < Struct.new( :replication_config_arn, :replication_config_identifier, :replication_type, :table_mappings, :replication_settings, :supplemental_settings, :compute_config, :source_endpoint_arn, :target_endpoint_arn) SENSITIVE = [] include Aws::Structure end |