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.
7587 7588 7589 7590 7591 7592 7593 7594 7595 7596 7597 7598 7599 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 7587 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.
7587 7588 7589 7590 7591 7592 7593 7594 7595 7596 7597 7598 7599 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 7587 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.
7587 7588 7589 7590 7591 7592 7593 7594 7595 7596 7597 7598 7599 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 7587 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.
7587 7588 7589 7590 7591 7592 7593 7594 7595 7596 7597 7598 7599 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 7587 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.
7587 7588 7589 7590 7591 7592 7593 7594 7595 7596 7597 7598 7599 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 7587 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.
7587 7588 7589 7590 7591 7592 7593 7594 7595 7596 7597 7598 7599 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 7587 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.
7587 7588 7589 7590 7591 7592 7593 7594 7595 7596 7597 7598 7599 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 7587 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.
7587 7588 7589 7590 7591 7592 7593 7594 7595 7596 7597 7598 7599 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 7587 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.
7587 7588 7589 7590 7591 7592 7593 7594 7595 7596 7597 7598 7599 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 7587 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 |