Class: Aws::DatabaseMigrationService::Types::CreateReplicationConfigMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::CreateReplicationConfigMessage
- 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_identifier ⇒ String
A unique identifier that you want to use to create a ‘ReplicationConfigArn` that is returned as part of the output from this action.
-
#replication_settings ⇒ String
Optional JSON settings for DMS Serverless replications that are provisioned using this replication configuration.
-
#replication_type ⇒ String
The type of DMS Serverless replication to provision using this replication configuration.
-
#resource_identifier ⇒ String
Optional unique value or name that you set for a given resource that can be used to construct an Amazon Resource Name (ARN) for that resource.
-
#source_endpoint_arn ⇒ String
The Amazon Resource Name (ARN) of the source endpoint for this DMS Serverless replication configuration.
-
#supplemental_settings ⇒ String
Optional JSON settings for specifying supplemental data.
-
#table_mappings ⇒ String
JSON table mappings for DMS Serverless replications that are provisioned using this replication configuration.
-
#tags ⇒ Array<Types::Tag>
One or more optional tags associated with resources used by the DMS Serverless 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.
1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 1459 class CreateReplicationConfigMessage < Struct.new( :replication_config_identifier, :source_endpoint_arn, :target_endpoint_arn, :compute_config, :replication_type, :table_mappings, :replication_settings, :supplemental_settings, :resource_identifier, :tags) SENSITIVE = [] include Aws::Structure end |
#replication_config_identifier ⇒ String
A unique identifier that you want to use to create a ‘ReplicationConfigArn` that is returned as part of the output from this action. You can then pass this output `ReplicationConfigArn` as the value of the `ReplicationConfigArn` option for other actions to identify both DMS Serverless replications and replication configurations that you want those actions to operate on. For some actions, you can also use either this unique identifier or a corresponding ARN in action filters to identify the specific replication and replication configuration to operate on.
1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 1459 class CreateReplicationConfigMessage < Struct.new( :replication_config_identifier, :source_endpoint_arn, :target_endpoint_arn, :compute_config, :replication_type, :table_mappings, :replication_settings, :supplemental_settings, :resource_identifier, :tags) SENSITIVE = [] include Aws::Structure end |
#replication_settings ⇒ String
Optional JSON settings for DMS Serverless replications that are provisioned using this replication configuration. For example, see [ Change processing tuning settings].
1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 1459 class CreateReplicationConfigMessage < Struct.new( :replication_config_identifier, :source_endpoint_arn, :target_endpoint_arn, :compute_config, :replication_type, :table_mappings, :replication_settings, :supplemental_settings, :resource_identifier, :tags) SENSITIVE = [] include Aws::Structure end |
#replication_type ⇒ String
The type of DMS Serverless replication to provision using this replication configuration.
Possible values:
-
‘“full-load”`
-
‘“cdc”`
-
‘“full-load-and-cdc”`
1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 1459 class CreateReplicationConfigMessage < Struct.new( :replication_config_identifier, :source_endpoint_arn, :target_endpoint_arn, :compute_config, :replication_type, :table_mappings, :replication_settings, :supplemental_settings, :resource_identifier, :tags) SENSITIVE = [] include Aws::Structure end |
#resource_identifier ⇒ String
Optional unique value or name that you set for a given resource that can be used to construct an Amazon Resource Name (ARN) for that resource. For more information, see [ Fine-grained access control using resource names and tags].
[1]: docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#CHAP_Security.FineGrainedAccess
1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 1459 class CreateReplicationConfigMessage < Struct.new( :replication_config_identifier, :source_endpoint_arn, :target_endpoint_arn, :compute_config, :replication_type, :table_mappings, :replication_settings, :supplemental_settings, :resource_identifier, :tags) SENSITIVE = [] include Aws::Structure end |
#source_endpoint_arn ⇒ String
The Amazon Resource Name (ARN) of the source endpoint for this DMS Serverless replication configuration.
1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 1459 class CreateReplicationConfigMessage < Struct.new( :replication_config_identifier, :source_endpoint_arn, :target_endpoint_arn, :compute_config, :replication_type, :table_mappings, :replication_settings, :supplemental_settings, :resource_identifier, :tags) SENSITIVE = [] include Aws::Structure end |
#supplemental_settings ⇒ String
Optional JSON settings for specifying supplemental data. For more information, see [ Specifying supplemental data for task settings].
[1]: docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.TaskData.html
1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 1459 class CreateReplicationConfigMessage < Struct.new( :replication_config_identifier, :source_endpoint_arn, :target_endpoint_arn, :compute_config, :replication_type, :table_mappings, :replication_settings, :supplemental_settings, :resource_identifier, :tags) SENSITIVE = [] include Aws::Structure end |
#table_mappings ⇒ String
JSON table mappings for DMS Serverless replications that are provisioned using this replication configuration. For more information, see [ Specifying table selection and transformations rules using JSON].
1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 1459 class CreateReplicationConfigMessage < Struct.new( :replication_config_identifier, :source_endpoint_arn, :target_endpoint_arn, :compute_config, :replication_type, :table_mappings, :replication_settings, :supplemental_settings, :resource_identifier, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
One or more optional tags associated with resources used by the DMS Serverless replication. For more information, see [ Tagging resources in Database Migration Service].
[1]: docs.aws.amazon.com/dms/latest/userguide/CHAP_Tagging.html
1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 1459 class CreateReplicationConfigMessage < Struct.new( :replication_config_identifier, :source_endpoint_arn, :target_endpoint_arn, :compute_config, :replication_type, :table_mappings, :replication_settings, :supplemental_settings, :resource_identifier, :tags) SENSITIVE = [] include Aws::Structure end |
#target_endpoint_arn ⇒ String
The Amazon Resource Name (ARN) of the target endpoint for this DMS serverless replication configuration.
1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 1459 class CreateReplicationConfigMessage < Struct.new( :replication_config_identifier, :source_endpoint_arn, :target_endpoint_arn, :compute_config, :replication_type, :table_mappings, :replication_settings, :supplemental_settings, :resource_identifier, :tags) SENSITIVE = [] include Aws::Structure end |