AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::DMS::ReplicationConfig

CfnReplicationConfig

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationconfig.html.

Import

import { CfnReplicationConfig } from 'aws-cdk-lib/aws-dms';

Or use the module namespace:

import * as dms from 'aws-cdk-lib/aws-dms';
// dms.CfnReplicationConfig

Properties

Configuration passed to the constructor as CfnReplicationConfigProps.

computeConfigRequired
IResolvable | ComputeConfigProperty

Configuration parameters for provisioning an AWS DMS Serverless replication.

replicationConfigIdentifierRequired
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 AWS 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.

replicationTypeRequired
string

The type of AWS DMS Serverless replication to provision using this replication configuration. Possible values: - `"full-load"` - `"cdc"` - `"full-load-and-cdc"`

sourceEndpointArnRequired
string

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

tableMappingsRequired
any

JSON table mappings for AWS DMS Serverless replications that are provisioned using this replication configuration. For more information, see [Specifying table selection and transformations rules using JSON](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.CustomizingTasks.TableMapping.SelectionTransformation.html) .

targetEndpointArnRequired
string

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

replicationSettingsOptional
any

Optional JSON settings for AWS DMS Serverless replications that are provisioned using this replication configuration. For example, see [Change processing tuning settings](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.CustomizingTasks.TaskSettings.ChangeProcessingTuning.html) .

resourceIdentifierOptional
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](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#CHAP_Security.FineGrainedAccess) .

supplementalSettingsOptional
any

Optional JSON settings for specifying supplemental data. For more information, see [Specifying supplemental data for task settings](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.TaskData.html) .

tagsOptional
CfnTag[]

One or more optional tags associated with resources used by the AWS DMS Serverless replication. For more information, see [Tagging resources in AWS Database Migration Service](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tagging.html) .

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter