Class CfnTaskPropsMixin.OverridesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.datasync.CfnTaskPropsMixin.OverridesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTaskPropsMixin.OverridesProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTaskPropsMixin.OverridesProperty
@Stability(Stable)
@Internal
public static final class CfnTaskPropsMixin.OverridesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTaskPropsMixin.OverridesProperty
An implementation for
CfnTaskPropsMixin.OverridesProperty-
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.cfnpropertymixins.services.datasync.CfnTaskPropsMixin.OverridesProperty
CfnTaskPropsMixin.OverridesProperty.Builder, CfnTaskPropsMixin.OverridesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTaskPropsMixin.OverridesProperty.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 level of reporting for the files, objects, and directories that Datasync attempted to delete in your destination location.final ObjectSpecifies the level of reporting for the files, objects, and directories that Datasync attempted to skip during your transfer.final ObjectSpecifies the level of reporting for the files, objects, and directories that Datasync attempted to transfer.final ObjectSpecifies the level of reporting for the files, objects, and directories that Datasync attempted to verify at the end of your transfer.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 theCfnTaskPropsMixin.OverridesProperty.Builder.
-
-
Method Details
-
getDeleted
Description copied from interface:CfnTaskPropsMixin.OverridesPropertySpecifies the level of reporting for the files, objects, and directories that Datasync attempted to delete in your destination location.This only applies if you configure your task to delete data in the destination that isn't in the source.
Returns union: either
IResolvableorCfnTaskPropsMixin.DeletedProperty- Specified by:
getDeletedin interfaceCfnTaskPropsMixin.OverridesProperty- See Also:
-
getSkipped
Description copied from interface:CfnTaskPropsMixin.OverridesPropertySpecifies the level of reporting for the files, objects, and directories that Datasync attempted to skip during your transfer.Returns union: either
IResolvableorCfnTaskPropsMixin.SkippedProperty- Specified by:
getSkippedin interfaceCfnTaskPropsMixin.OverridesProperty- See Also:
-
getTransferred
Description copied from interface:CfnTaskPropsMixin.OverridesPropertySpecifies the level of reporting for the files, objects, and directories that Datasync attempted to transfer.Returns union: either
IResolvableorCfnTaskPropsMixin.TransferredProperty- Specified by:
getTransferredin interfaceCfnTaskPropsMixin.OverridesProperty- See Also:
-
getVerified
Description copied from interface:CfnTaskPropsMixin.OverridesPropertySpecifies the level of reporting for the files, objects, and directories that Datasync attempted to verify at the end of your transfer.This only applies if you configure your task to verify data during and after the transfer (which Datasync does by default)
Returns union: either
IResolvableorCfnTaskPropsMixin.VerifiedProperty- Specified by:
getVerifiedin interfaceCfnTaskPropsMixin.OverridesProperty- 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()
-