Class: Aws::DatabaseMigrationService::Types::ReplicationConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::ReplicationConfig
- Defined in:
- gems/aws-sdk-databasemigrationservice/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.
-
#is_read_only ⇒ Boolean
Indicates whether the replication configuration is read-only.
-
#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
ReplicationConfigassociated 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.
12025 12026 12027 12028 12029 12030 12031 12032 12033 12034 12035 12036 12037 12038 12039 12040 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12025 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, :is_read_only) SENSITIVE = [] include Aws::Structure end |
#is_read_only ⇒ Boolean
Indicates whether the replication configuration is read-only. When
set to true, this replication configuration is managed by DMS as
part of a zero-ETL integration and cannot be modified or deleted
directly. You can only modify or delete read-only replication
configurations through their associated zero-ETL integration.
12025 12026 12027 12028 12029 12030 12031 12032 12033 12034 12035 12036 12037 12038 12039 12040 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12025 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, :is_read_only) SENSITIVE = [] include Aws::Structure end |
#replication_config_arn ⇒ String
The Amazon Resource Name (ARN) of this DMS Serverless replication configuration.
12025 12026 12027 12028 12029 12030 12031 12032 12033 12034 12035 12036 12037 12038 12039 12040 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12025 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, :is_read_only) SENSITIVE = [] include Aws::Structure end |
#replication_config_create_time ⇒ Time
The time the serverless replication config was created.
12025 12026 12027 12028 12029 12030 12031 12032 12033 12034 12035 12036 12037 12038 12039 12040 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12025 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, :is_read_only) SENSITIVE = [] include Aws::Structure end |
#replication_config_identifier ⇒ String
The identifier for the ReplicationConfig associated with the
replication.
12025 12026 12027 12028 12029 12030 12031 12032 12033 12034 12035 12036 12037 12038 12039 12040 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12025 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, :is_read_only) SENSITIVE = [] include Aws::Structure end |
#replication_config_update_time ⇒ Time
The time the serverless replication config was updated.
12025 12026 12027 12028 12029 12030 12031 12032 12033 12034 12035 12036 12037 12038 12039 12040 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12025 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, :is_read_only) SENSITIVE = [] include Aws::Structure end |
#replication_settings ⇒ String
Configuration parameters for an DMS serverless replication.
12025 12026 12027 12028 12029 12030 12031 12032 12033 12034 12035 12036 12037 12038 12039 12040 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12025 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, :is_read_only) SENSITIVE = [] include Aws::Structure end |
#replication_type ⇒ String
The type of the replication.
12025 12026 12027 12028 12029 12030 12031 12032 12033 12034 12035 12036 12037 12038 12039 12040 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12025 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, :is_read_only) SENSITIVE = [] include Aws::Structure end |
#source_endpoint_arn ⇒ String
The Amazon Resource Name (ARN) of the source endpoint for this DMS serverless replication configuration.
12025 12026 12027 12028 12029 12030 12031 12032 12033 12034 12035 12036 12037 12038 12039 12040 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12025 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, :is_read_only) SENSITIVE = [] include Aws::Structure end |
#supplemental_settings ⇒ String
Additional parameters for an DMS serverless replication.
12025 12026 12027 12028 12029 12030 12031 12032 12033 12034 12035 12036 12037 12038 12039 12040 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12025 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, :is_read_only) SENSITIVE = [] include Aws::Structure end |
#table_mappings ⇒ String
Table mappings specified in the replication.
12025 12026 12027 12028 12029 12030 12031 12032 12033 12034 12035 12036 12037 12038 12039 12040 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12025 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, :is_read_only) SENSITIVE = [] include Aws::Structure end |
#target_endpoint_arn ⇒ String
The Amazon Resource Name (ARN) of the target endpoint for this DMS serverless replication configuration.
12025 12026 12027 12028 12029 12030 12031 12032 12033 12034 12035 12036 12037 12038 12039 12040 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12025 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, :is_read_only) SENSITIVE = [] include Aws::Structure end |