Interface CfnDataMigrationPropsMixin.SourceDataSettingsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDataMigrationPropsMixin.SourceDataSettingsProperty.Jsii$Proxy
Enclosing class:
CfnDataMigrationPropsMixin

@Stability(Stable) public static interface CfnDataMigrationPropsMixin.SourceDataSettingsProperty extends software.amazon.jsii.JsiiSerializable
Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.dms.*;
 SourceDataSettingsProperty sourceDataSettingsProperty = SourceDataSettingsProperty.builder()
         .cdcStartPosition("cdcStartPosition")
         .cdcStartTime("cdcStartTime")
         .cdcStopTime("cdcStopTime")
         .slotName("slotName")
         .build();
 

See Also: