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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-databasemigrationservice/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 'gems/aws-sdk-databasemigrationservice/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 'gems/aws-sdk-databasemigrationservice/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.

Returns:

  • (String)


1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
# File 'gems/aws-sdk-databasemigrationservice/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 'gems/aws-sdk-databasemigrationservice/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.

Returns:

  • (String)


1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
# File 'gems/aws-sdk-databasemigrationservice/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 'gems/aws-sdk-databasemigrationservice/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.

Returns:

  • (String)


1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
# File 'gems/aws-sdk-databasemigrationservice/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.

Returns:

  • (String)


1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
# File 'gems/aws-sdk-databasemigrationservice/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.

Returns:



1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
# File 'gems/aws-sdk-databasemigrationservice/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 'gems/aws-sdk-databasemigrationservice/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