Interface CfnTask.SkippedProperty

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

@Stability(Stable) public static interface CfnTask.SkippedProperty extends software.amazon.jsii.JsiiSerializable
The reporting level for the skipped section of your DataSync task report.

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

See Also: