Class SchedulerScheduleTargetRetryPolicyOutputReference

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

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:55.005Z")
    @Stability(Stable)
    public class SchedulerScheduleTargetRetryPolicyOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • SchedulerScheduleTargetRetryPolicyOutputReference

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

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

        @Stability(Stable)
        public SchedulerScheduleTargetRetryPolicyOutputReference​(@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

      • resetMaximumEventAgeInSeconds

        @Stability(Stable)
        public void resetMaximumEventAgeInSeconds()
      • resetMaximumRetryAttempts

        @Stability(Stable)
        public void resetMaximumRetryAttempts()
      • getMaximumEventAgeInSecondsInput

        @Stability(Stable)
        @Nullable
        public Number getMaximumEventAgeInSecondsInput()
      • getMaximumRetryAttemptsInput

        @Stability(Stable)
        @Nullable
        public Number getMaximumRetryAttemptsInput()
      • getMaximumEventAgeInSeconds

        @Stability(Stable)
        @NotNull
        public Number getMaximumEventAgeInSeconds()
      • setMaximumEventAgeInSeconds

        @Stability(Stable)
        public void setMaximumEventAgeInSeconds​(@NotNull
                                                Number value)
      • getMaximumRetryAttempts

        @Stability(Stable)
        @NotNull
        public Number getMaximumRetryAttempts()
      • setMaximumRetryAttempts

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