Class CfnTask.TaskReportConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.datasync.CfnTask.TaskReportConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTask.TaskReportConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTask.TaskReportConfigProperty
@Stability(Stable)
@Internal
public static final class CfnTask.TaskReportConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTask.TaskReportConfigProperty
An implementation for
CfnTask.TaskReportConfigProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.datasync.CfnTask.TaskReportConfigProperty
CfnTask.TaskReportConfigProperty.Builder, CfnTask.TaskReportConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTask.TaskReportConfigProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectSpecifies the Amazon S3 bucket where DataSync uploads your task report.final StringSpecifies whether your task report includes the new version of each object transferred into an S3 bucket.final StringSpecifies the type of task report that you want:.final ObjectCustomizes the reporting level for aspects of your task report.final StringSpecifies whether you want your task report to include only what went wrong with your transfer or a list of what succeeded and didn't.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnTask.TaskReportConfigProperty.Builder.
-
-
Method Details
-
getDestination
Description copied from interface:CfnTask.TaskReportConfigPropertySpecifies the Amazon S3 bucket where DataSync uploads your task report.For more information, see Task reports .
Returns union: either
IResolvableorCfnTask.DestinationProperty- Specified by:
getDestinationin interfaceCfnTask.TaskReportConfigProperty- See Also:
-
getOutputType
Description copied from interface:CfnTask.TaskReportConfigPropertySpecifies the type of task report that you want:.SUMMARY_ONLY: Provides necessary details about your task, including the number of files, objects, and directories transferred and transfer duration.STANDARD: Provides complete details about your task, including a full list of files, objects, and directories that were transferred, skipped, verified, and more.
- Specified by:
getOutputTypein interfaceCfnTask.TaskReportConfigProperty- See Also:
-
getObjectVersionIds
Description copied from interface:CfnTask.TaskReportConfigPropertySpecifies whether your task report includes the new version of each object transferred into an S3 bucket.This only applies if you enable versioning on your bucket . Keep in mind that setting this to
INCLUDEcan increase the duration of your task execution.- Specified by:
getObjectVersionIdsin interfaceCfnTask.TaskReportConfigProperty- See Also:
-
getOverrides
Description copied from interface:CfnTask.TaskReportConfigPropertyCustomizes the reporting level for aspects of your task report.For example, your report might generally only include errors, but you could specify that you want a list of successes and errors just for the files that DataSync attempted to delete in your destination location.
Returns union: either
IResolvableorCfnTask.OverridesProperty- Specified by:
getOverridesin interfaceCfnTask.TaskReportConfigProperty- See Also:
-
getReportLevel
Description copied from interface:CfnTask.TaskReportConfigPropertySpecifies 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 transfer, skip, verify, and delete.SUCCESSES_AND_ERRORS: A report shows what DataSync was able and unable to transfer, skip, verify, and delete.
- Specified by:
getReportLevelin interfaceCfnTask.TaskReportConfigProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-