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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.datasync.CfnTask.TaskReportConfigProperty
CfnTask.TaskReportConfigProperty.Builder, CfnTask.TaskReportConfigProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTask.TaskReportConfigProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
Specifies the Amazon S3 bucket where DataSync uploads your task report.final String
Specifies whether your task report includes the new version of each object transferred into an S3 bucket.final String
Specifies the type of task report that you want:.final Object
Customizes the reporting level for aspects of your task report.final String
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.final int
hashCode()
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.TaskReportConfigProperty
Specifies the Amazon S3 bucket where DataSync uploads your task report.For more information, see Task reports .
- Specified by:
getDestination
in interfaceCfnTask.TaskReportConfigProperty
- See Also:
-
getOutputType
Description copied from interface:CfnTask.TaskReportConfigProperty
Specifies 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:
getOutputType
in interfaceCfnTask.TaskReportConfigProperty
- See Also:
-
getObjectVersionIds
Description copied from interface:CfnTask.TaskReportConfigProperty
Specifies 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
INCLUDE
can increase the duration of your task execution.- Specified by:
getObjectVersionIds
in interfaceCfnTask.TaskReportConfigProperty
- See Also:
-
getOverrides
Description copied from interface:CfnTask.TaskReportConfigProperty
Customizes 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.
- Specified by:
getOverrides
in interfaceCfnTask.TaskReportConfigProperty
- See Also:
-
getReportLevel
Description copied from interface:CfnTask.TaskReportConfigProperty
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 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:
getReportLevel
in interfaceCfnTask.TaskReportConfigProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-