Class: Aws::DatabaseMigrationService::Types::ReplicationConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::ReplicationConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
This object provides configuration information about a serverless replication.
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 (ARN) of this DMS Serverless replication configuration.
-
#replication_config_create_time ⇒ Time
The time the serverless replication config was created.
-
#replication_config_identifier ⇒ String
The identifier for the ‘ReplicationConfig` associated with the replication.
-
#replication_config_update_time ⇒ Time
The time the serverless replication config was updated.
-
#replication_settings ⇒ String
Configuration parameters for an DMS serverless replication.
-
#replication_type ⇒ String
The type of the replication.
-
#source_endpoint_arn ⇒ String
The Amazon Resource Name (ARN) of the source endpoint for this DMS serverless replication configuration.
-
#supplemental_settings ⇒ String
Additional parameters for an DMS serverless 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.
10424 10425 10426 10427 10428 10429 10430 10431 10432 10433 10434 10435 10436 10437 10438 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 10424 class ReplicationConfig < Struct.new( :replication_config_identifier, :replication_config_arn, :source_endpoint_arn, :target_endpoint_arn, :replication_type, :compute_config, :replication_settings, :supplemental_settings, :table_mappings, :replication_config_create_time, :replication_config_update_time) SENSITIVE = [] include Aws::Structure end |
#replication_config_arn ⇒ String
The Amazon Resource Name (ARN) of this DMS Serverless replication configuration.
10424 10425 10426 10427 10428 10429 10430 10431 10432 10433 10434 10435 10436 10437 10438 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 10424 class ReplicationConfig < Struct.new( :replication_config_identifier, :replication_config_arn, :source_endpoint_arn, :target_endpoint_arn, :replication_type, :compute_config, :replication_settings, :supplemental_settings, :table_mappings, :replication_config_create_time, :replication_config_update_time) SENSITIVE = [] include Aws::Structure end |
#replication_config_create_time ⇒ Time
The time the serverless replication config was created.
10424 10425 10426 10427 10428 10429 10430 10431 10432 10433 10434 10435 10436 10437 10438 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 10424 class ReplicationConfig < Struct.new( :replication_config_identifier, :replication_config_arn, :source_endpoint_arn, :target_endpoint_arn, :replication_type, :compute_config, :replication_settings, :supplemental_settings, :table_mappings, :replication_config_create_time, :replication_config_update_time) SENSITIVE = [] include Aws::Structure end |
#replication_config_identifier ⇒ String
The identifier for the ‘ReplicationConfig` associated with the replication.
10424 10425 10426 10427 10428 10429 10430 10431 10432 10433 10434 10435 10436 10437 10438 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 10424 class ReplicationConfig < Struct.new( :replication_config_identifier, :replication_config_arn, :source_endpoint_arn, :target_endpoint_arn, :replication_type, :compute_config, :replication_settings, :supplemental_settings, :table_mappings, :replication_config_create_time, :replication_config_update_time) SENSITIVE = [] include Aws::Structure end |
#replication_config_update_time ⇒ Time
The time the serverless replication config was updated.
10424 10425 10426 10427 10428 10429 10430 10431 10432 10433 10434 10435 10436 10437 10438 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 10424 class ReplicationConfig < Struct.new( :replication_config_identifier, :replication_config_arn, :source_endpoint_arn, :target_endpoint_arn, :replication_type, :compute_config, :replication_settings, :supplemental_settings, :table_mappings, :replication_config_create_time, :replication_config_update_time) SENSITIVE = [] include Aws::Structure end |
#replication_settings ⇒ String
Configuration parameters for an DMS serverless replication.
10424 10425 10426 10427 10428 10429 10430 10431 10432 10433 10434 10435 10436 10437 10438 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 10424 class ReplicationConfig < Struct.new( :replication_config_identifier, :replication_config_arn, :source_endpoint_arn, :target_endpoint_arn, :replication_type, :compute_config, :replication_settings, :supplemental_settings, :table_mappings, :replication_config_create_time, :replication_config_update_time) SENSITIVE = [] include Aws::Structure end |
#replication_type ⇒ String
The type of the replication.
10424 10425 10426 10427 10428 10429 10430 10431 10432 10433 10434 10435 10436 10437 10438 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 10424 class ReplicationConfig < Struct.new( :replication_config_identifier, :replication_config_arn, :source_endpoint_arn, :target_endpoint_arn, :replication_type, :compute_config, :replication_settings, :supplemental_settings, :table_mappings, :replication_config_create_time, :replication_config_update_time) SENSITIVE = [] include Aws::Structure end |
#source_endpoint_arn ⇒ String
The Amazon Resource Name (ARN) of the source endpoint for this DMS serverless replication configuration.
10424 10425 10426 10427 10428 10429 10430 10431 10432 10433 10434 10435 10436 10437 10438 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 10424 class ReplicationConfig < Struct.new( :replication_config_identifier, :replication_config_arn, :source_endpoint_arn, :target_endpoint_arn, :replication_type, :compute_config, :replication_settings, :supplemental_settings, :table_mappings, :replication_config_create_time, :replication_config_update_time) SENSITIVE = [] include Aws::Structure end |
#supplemental_settings ⇒ String
Additional parameters for an DMS serverless replication.
10424 10425 10426 10427 10428 10429 10430 10431 10432 10433 10434 10435 10436 10437 10438 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 10424 class ReplicationConfig < Struct.new( :replication_config_identifier, :replication_config_arn, :source_endpoint_arn, :target_endpoint_arn, :replication_type, :compute_config, :replication_settings, :supplemental_settings, :table_mappings, :replication_config_create_time, :replication_config_update_time) SENSITIVE = [] include Aws::Structure end |
#table_mappings ⇒ String
Table mappings specified in the replication.
10424 10425 10426 10427 10428 10429 10430 10431 10432 10433 10434 10435 10436 10437 10438 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 10424 class ReplicationConfig < Struct.new( :replication_config_identifier, :replication_config_arn, :source_endpoint_arn, :target_endpoint_arn, :replication_type, :compute_config, :replication_settings, :supplemental_settings, :table_mappings, :replication_config_create_time, :replication_config_update_time) SENSITIVE = [] include Aws::Structure end |
#target_endpoint_arn ⇒ String
The Amazon Resource Name (ARN) of the target endpoint for this DMS serverless replication configuration.
10424 10425 10426 10427 10428 10429 10430 10431 10432 10433 10434 10435 10436 10437 10438 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 10424 class ReplicationConfig < Struct.new( :replication_config_identifier, :replication_config_arn, :source_endpoint_arn, :target_endpoint_arn, :replication_type, :compute_config, :replication_settings, :supplemental_settings, :table_mappings, :replication_config_create_time, :replication_config_update_time) SENSITIVE = [] include Aws::Structure end |