Class TaskTaskReportConfigReportOverridesArgs


  • public final class TaskTaskReportConfigReportOverridesArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • deletedOverride

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> deletedOverride()
        Returns:
        Specifies 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. Valid values: `ERRORS_ONLY` and `SUCCESSES_AND_ERRORS`.
      • skippedOverride

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> skippedOverride()
        Returns:
        Specifies the level of reporting for the files, objects, and directories that DataSync attempted to skip during your transfer. Valid values: `ERRORS_ONLY` and `SUCCESSES_AND_ERRORS`.
      • transferredOverride

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> transferredOverride()
        Returns:
        Specifies the level of reporting for the files, objects, and directories that DataSync attempted to transfer. Valid values: `ERRORS_ONLY` and `SUCCESSES_AND_ERRORS`.
      • verifiedOverride

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> verifiedOverride()
        Returns:
        Specifies the level of reporting for the files, objects, and directories that DataSync attempted to verify at the end of your transfer. Valid values: `ERRORS_ONLY` and `SUCCESSES_AND_ERRORS`. > **NOTE:** If any `report_overrides` are set to the same value as `task_report_config.report_level`, they will always be flagged as changed. Only set overrides to a value that differs from `task_report_config.report_level`.