AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the CreateReplicationConfig operation. Creates a configuration that you can later provide to configure and start an DMS Serverless replication. You can also provide options to validate the configuration inputs before you start the replication.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.DatabaseMigrationService.AmazonDatabaseMigrationServiceRequest
      Amazon.DatabaseMigrationService.Model.CreateReplicationConfigRequest

Namespace: Amazon.DatabaseMigrationService.Model
Assembly: AWSSDK.DatabaseMigrationService.dll
Version: 3.x.y.z

Syntax

C#
public class CreateReplicationConfigRequest : AmazonDatabaseMigrationServiceRequest
         IAmazonWebServiceRequest

The CreateReplicationConfigRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ComputeConfig Amazon.DatabaseMigrationService.Model.ComputeConfig

Gets and sets the property ComputeConfig.

Configuration parameters for provisioning an DMS Serverless replication.

Public Property ReplicationConfigIdentifier System.String

Gets and sets the property ReplicationConfigIdentifier.

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.

Public Property ReplicationSettings System.String

Gets and sets the property ReplicationSettings.

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

Public Property ReplicationType Amazon.DatabaseMigrationService.MigrationTypeValue

Gets and sets the property ReplicationType.

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

Possible values:

  • "full-load"

  • "cdc"

  • "full-load-and-cdc"

Public Property ResourceIdentifier System.String

Gets and sets the property ResourceIdentifier.

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.

Public Property SourceEndpointArn System.String

Gets and sets the property SourceEndpointArn.

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

Public Property SupplementalSettings System.String

Gets and sets the property SupplementalSettings.

Optional JSON settings for specifying supplemental data. For more information, see Specifying supplemental data for task settings.

Public Property TableMappings System.String

Gets and sets the property TableMappings.

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.

Public Property Tags System.Collections.Generic.List<Amazon.DatabaseMigrationService.Model.Tag>

Gets and sets the property Tags.

One or more optional tags associated with resources used by the DMS Serverless replication. For more information, see Tagging resources in Database Migration Service.

Public Property TargetEndpointArn System.String

Gets and sets the property TargetEndpointArn.

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

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5