Interface CfnTask.VerifiedProperty

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

@Stability(Stable) public static interface CfnTask.VerifiedProperty extends software.amazon.jsii.JsiiSerializable
Specifies the level of reporting for the files, objects, and directories that Datasync attempted to verify at the end of your transfer.

This only applies if you configure your task to verify data during and after the transfer (which Datasync does by default)

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.*;
 VerifiedProperty verifiedProperty = VerifiedProperty.builder()
         .reportLevel("reportLevel")
         .build();
 

See Also: