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
The reporting level for the deleted 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.*; DeletedProperty deletedProperty = DeletedProperty.builder() .reportLevel("reportLevel") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnTask.DeletedProperty
static final class
An implementation forCfnTask.DeletedProperty
-
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.ERRORS_ONLY
: A report shows what DataSync was unable to delete.SUCCESSES_AND_ERRORS
: A report shows what DataSync was able and unable to delete.
- See Also:
-
builder
- Returns:
- a
CfnTask.DeletedProperty.Builder
ofCfnTask.DeletedProperty
-