Class: Aws::DatabaseMigrationService::Types::CreateReplicationConfigMessage

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-databasemigrationservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#compute_configTypes::ComputeConfig

Configuration parameters for provisioning an DMS Serverless replication.



1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 1383

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_identifierString

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.

Returns:

  • (String)


1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 1383

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_settingsString

Optional JSON settings for DMS Serverless replications that are provisioned using this replication configuration. For example, see [ Change processing tuning settings].

[1]: docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.CustomizingTasks.TaskSettings.ChangeProcessingTuning.html

Returns:

  • (String)


1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 1383

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_typeString

The type of DMS Serverless replication to provision using this replication configuration.

Possible values:

  • ‘“full-load”`

  • ‘“cdc”`

  • ‘“full-load-and-cdc”`

Returns:

  • (String)


1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 1383

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_identifierString

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

Returns:

  • (String)


1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 1383

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_arnString

The Amazon Resource Name (ARN) of the source endpoint for this DMS Serverless replication configuration.

Returns:

  • (String)


1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 1383

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_settingsString

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

Returns:

  • (String)


1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 1383

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_mappingsString

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].

[1]: docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.CustomizingTasks.TableMapping.SelectionTransformation.html

Returns:

  • (String)


1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 1383

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

#tagsArray<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

Returns:



1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 1383

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_arnString

The Amazon Resource Name (ARN) of the target endpoint for this DMS serverless replication configuration.

Returns:

  • (String)


1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 1383

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