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.
10965 10966 10967 10968 10969 10970 10971 10972 10973 10974 10975 10976 10977 10978 10979 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 10965 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.
10965 10966 10967 10968 10969 10970 10971 10972 10973 10974 10975 10976 10977 10978 10979 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 10965 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.
10965 10966 10967 10968 10969 10970 10971 10972 10973 10974 10975 10976 10977 10978 10979 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 10965 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.
10965 10966 10967 10968 10969 10970 10971 10972 10973 10974 10975 10976 10977 10978 10979 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 10965 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.
10965 10966 10967 10968 10969 10970 10971 10972 10973 10974 10975 10976 10977 10978 10979 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 10965 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.
10965 10966 10967 10968 10969 10970 10971 10972 10973 10974 10975 10976 10977 10978 10979 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 10965 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.
10965 10966 10967 10968 10969 10970 10971 10972 10973 10974 10975 10976 10977 10978 10979 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 10965 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.
10965 10966 10967 10968 10969 10970 10971 10972 10973 10974 10975 10976 10977 10978 10979 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 10965 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.
10965 10966 10967 10968 10969 10970 10971 10972 10973 10974 10975 10976 10977 10978 10979 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 10965 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.
10965 10966 10967 10968 10969 10970 10971 10972 10973 10974 10975 10976 10977 10978 10979 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 10965 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.
10965 10966 10967 10968 10969 10970 10971 10972 10973 10974 10975 10976 10977 10978 10979 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 10965 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 |