Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.dms.CfnReplicationTaskPropsMixin.Builder
Packages that use CfnReplicationTaskPropsMixin.Builder
-
Uses of CfnReplicationTaskPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.dms
Methods in software.amazon.awscdk.cfnpropertymixins.services.dms that return CfnReplicationTaskPropsMixin.BuilderModifier and TypeMethodDescriptionCfnReplicationTaskPropsMixin.Builder.cdcStartPosition(String cdcStartPosition) Indicates when you want a change data capture (CDC) operation to start.CfnReplicationTaskPropsMixin.Builder.cdcStartTime(Number cdcStartTime) Indicates the start time for a change data capture (CDC) operation.CfnReplicationTaskPropsMixin.Builder.cdcStopPosition(String cdcStopPosition) Indicates when you want a change data capture (CDC) operation to stop.CfnReplicationTaskPropsMixin.Builder.create()CfnReplicationTaskPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnReplicationTaskPropsMixin.Builder.migrationType(String migrationType) The migration type.CfnReplicationTaskPropsMixin.Builder.replicationInstanceArn(String replicationInstanceArn) The Amazon Resource Name (ARN) of a replication instance.CfnReplicationTaskPropsMixin.Builder.replicationTaskIdentifier(String replicationTaskIdentifier) An identifier for the replication task.CfnReplicationTaskPropsMixin.Builder.replicationTaskSettings(String replicationTaskSettings) Overall settings for the task, in JSON format.CfnReplicationTaskPropsMixin.Builder.resourceIdentifier(String resourceIdentifier) A display name for the resource identifier at the end of theEndpointArnresponse parameter that is returned in the createdEndpointobject.CfnReplicationTaskPropsMixin.Builder.sourceEndpointArn(String sourceEndpointArn) An Amazon Resource Name (ARN) that uniquely identifies the source endpoint.CfnReplicationTaskPropsMixin.Builder.tableMappings(String tableMappings) The table mappings for the task, in JSON format.One or more tags to be assigned to the replication task.CfnReplicationTaskPropsMixin.Builder.targetEndpointArn(String targetEndpointArn) An Amazon Resource Name (ARN) that uniquely identifies the target endpoint.Supplemental information that the task requires to migrate the data for certain source and target endpoints.