interface SourceDataSettingsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.DMS.CfnDataMigration.SourceDataSettingsProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdms#CfnDataMigration_SourceDataSettingsProperty |
![]() | software.amazon.awscdk.services.dms.CfnDataMigration.SourceDataSettingsProperty |
![]() | aws_cdk.aws_dms.CfnDataMigration.SourceDataSettingsProperty |
![]() | aws-cdk-lib » aws_dms » CfnDataMigration » SourceDataSettingsProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_dms as dms } from 'aws-cdk-lib';
const sourceDataSettingsProperty: dms.CfnDataMigration.SourceDataSettingsProperty = {
cdcStartPosition: 'cdcStartPosition',
cdcStartTime: 'cdcStartTime',
cdcStopTime: 'cdcStopTime',
slotName: 'slotName',
};
Properties
Name | Type | Description |
---|---|---|
cdc | string | The property is a point in the database engine's log that defines a time where you can begin CDC. |
cdc | string | The property indicates the start time for a change data capture (CDC) operation. |
cdc | string | The property indicates the stop time for a change data capture (CDC) operation. |
slot | string | The property sets the name of a previously created logical replication slot for a change data capture (CDC) load of the source instance. |
cdcStartPosition?
Type:
string
(optional)
The property is a point in the database engine's log that defines a time where you can begin CDC.
cdcStartTime?
Type:
string
(optional)
The property indicates the start time for a change data capture (CDC) operation.
The value is server time in UTC format.
cdcStopTime?
Type:
string
(optional)
The property indicates the stop time for a change data capture (CDC) operation.
The value is server time in UTC format.
slotName?
Type:
string
(optional)
The property sets the name of a previously created logical replication slot for a change data capture (CDC) load of the source instance.