Class CfnDataMigration.SourceDataSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.dms.CfnDataMigration.SourceDataSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataMigration.SourceDataSettingsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataMigration.SourceDataSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnDataMigration.SourceDataSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataMigration.SourceDataSettingsProperty
An implementation for
CfnDataMigration.SourceDataSettingsProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.dms.CfnDataMigration.SourceDataSettingsProperty
CfnDataMigration.SourceDataSettingsProperty.Builder, CfnDataMigration.SourceDataSettingsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataMigration.SourceDataSettingsProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe property is a point in the database engine's log that defines a time where you can begin CDC.final StringThe property indicates the start time for a change data capture (CDC) operation.final StringThe property indicates the stop time for a change data capture (CDC) operation.final StringThe property sets the name of a previously created logical replication slot for a change data capture (CDC) load of the source instance.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnDataMigration.SourceDataSettingsProperty.Builder.
-
-
Method Details
-
getCdcStartPosition
Description copied from interface:CfnDataMigration.SourceDataSettingsPropertyThe property is a point in the database engine's log that defines a time where you can begin CDC.- Specified by:
getCdcStartPositionin interfaceCfnDataMigration.SourceDataSettingsProperty- See Also:
-
getCdcStartTime
Description copied from interface:CfnDataMigration.SourceDataSettingsPropertyThe property indicates the start time for a change data capture (CDC) operation.The value is server time in UTC format.
- Specified by:
getCdcStartTimein interfaceCfnDataMigration.SourceDataSettingsProperty- See Also:
-
getCdcStopTime
Description copied from interface:CfnDataMigration.SourceDataSettingsPropertyThe property indicates the stop time for a change data capture (CDC) operation.The value is server time in UTC format.
- Specified by:
getCdcStopTimein interfaceCfnDataMigration.SourceDataSettingsProperty- See Also:
-
getSlotName
Description copied from interface:CfnDataMigration.SourceDataSettingsPropertyThe property sets the name of a previously created logical replication slot for a change data capture (CDC) load of the source instance.- Specified by:
getSlotNamein interfaceCfnDataMigration.SourceDataSettingsProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-