Interface CfnTaskPropsMixin.SkippedProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTaskPropsMixin.SkippedProperty.Jsii$Proxy
- Enclosing class:
CfnTaskPropsMixin
@Stability(Stable)
public static interface CfnTaskPropsMixin.SkippedProperty
extends software.amazon.jsii.JsiiSerializable
Specifies the level of reporting for the files, objects, and directories that Datasync attempted to skip during your 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.*;
SkippedProperty skippedProperty = SkippedProperty.builder()
.reportLevel("reportLevel")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTaskPropsMixin.SkippedPropertystatic final classAn implementation forCfnTaskPropsMixin.SkippedProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getReportLevel
Specifies whether you want your task report to include only what went wrong with your transfer or a list of what succeeded and didn't.- See Also:
-
builder
-