Interface CfnTask.DeletedProperty

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

@Stability(Stable) public static interface CfnTask.DeletedProperty extends software.amazon.jsii.JsiiSerializable
Specifies the level of reporting for the files, objects, and directories that Datasync attempted to delete in your destination location.

This only applies if you configure your task to delete data in the destination that isn't in the source.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.datasync.*;
 DeletedProperty deletedProperty = DeletedProperty.builder()
         .reportLevel("reportLevel")
         .build();
 

See Also: