Interface CfnTaskPropsMixin.TransferredProperty

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

@Stability(Stable) public static interface CfnTaskPropsMixin.TransferredProperty extends software.amazon.jsii.JsiiSerializable
Specifies the level of reporting for the files, objects, and directories that Datasync attempted to transfer.

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.datasync.*;
 TransferredProperty transferredProperty = TransferredProperty.builder()
         .reportLevel("reportLevel")
         .build();
 

See Also: