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.
11810 11811 11812 11813 11814 11815 11816 11817 11818 11819 11820 11821 11822 11823 11824 11825 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 11810 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.
11810 11811 11812 11813 11814 11815 11816 11817 11818 11819 11820 11821 11822 11823 11824 11825 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 11810 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.
11810 11811 11812 11813 11814 11815 11816 11817 11818 11819 11820 11821 11822 11823 11824 11825 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 11810 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.
11810 11811 11812 11813 11814 11815 11816 11817 11818 11819 11820 11821 11822 11823 11824 11825 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 11810 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.
11810 11811 11812 11813 11814 11815 11816 11817 11818 11819 11820 11821 11822 11823 11824 11825 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 11810 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.
11810 11811 11812 11813 11814 11815 11816 11817 11818 11819 11820 11821 11822 11823 11824 11825 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 11810 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.
11810 11811 11812 11813 11814 11815 11816 11817 11818 11819 11820 11821 11822 11823 11824 11825 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 11810 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.
11810 11811 11812 11813 11814 11815 11816 11817 11818 11819 11820 11821 11822 11823 11824 11825 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 11810 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.
11810 11811 11812 11813 11814 11815 11816 11817 11818 11819 11820 11821 11822 11823 11824 11825 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 11810 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.
11810 11811 11812 11813 11814 11815 11816 11817 11818 11819 11820 11821 11822 11823 11824 11825 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 11810 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.
11810 11811 11812 11813 11814 11815 11816 11817 11818 11819 11820 11821 11822 11823 11824 11825 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 11810 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.
11810 11811 11812 11813 11814 11815 11816 11817 11818 11819 11820 11821 11822 11823 11824 11825 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 11810 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 |