Class DataprocWorkflowTemplateJobsSchedulingOutputReference

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.IResolvable, com.hashicorp.cdktf.ITerraformAddressable, software.amazon.jsii.JsiiSerializable

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:20.798Z")
    @Stability(Stable)
    public class DataprocWorkflowTemplateJobsSchedulingOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • DataprocWorkflowTemplateJobsSchedulingOutputReference

        protected DataprocWorkflowTemplateJobsSchedulingOutputReference​(software.amazon.jsii.JsiiObjectRef objRef)
      • DataprocWorkflowTemplateJobsSchedulingOutputReference

        protected DataprocWorkflowTemplateJobsSchedulingOutputReference​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • DataprocWorkflowTemplateJobsSchedulingOutputReference

        @Stability(Stable)
        public DataprocWorkflowTemplateJobsSchedulingOutputReference​(@NotNull
                                                                     com.hashicorp.cdktf.IInterpolatingParent terraformResource,
                                                                     @NotNull
                                                                     String terraformAttribute)
        Parameters:
        terraformResource - The parent resource. This parameter is required.
        terraformAttribute - The attribute on the parent resource this class is referencing. This parameter is required.
    • Method Detail

      • resetMaxFailuresPerHour

        @Stability(Stable)
        public void resetMaxFailuresPerHour()
      • resetMaxFailuresTotal

        @Stability(Stable)
        public void resetMaxFailuresTotal()
      • getMaxFailuresPerHourInput

        @Stability(Stable)
        @Nullable
        public Number getMaxFailuresPerHourInput()
      • getMaxFailuresTotalInput

        @Stability(Stable)
        @Nullable
        public Number getMaxFailuresTotalInput()
      • getMaxFailuresPerHour

        @Stability(Stable)
        @NotNull
        public Number getMaxFailuresPerHour()
      • setMaxFailuresPerHour

        @Stability(Stable)
        public void setMaxFailuresPerHour​(@NotNull
                                          Number value)
      • getMaxFailuresTotal

        @Stability(Stable)
        @NotNull
        public Number getMaxFailuresTotal()
      • setMaxFailuresTotal

        @Stability(Stable)
        public void setMaxFailuresTotal​(@NotNull
                                        Number value)