Class CfnJobTemplate.TimeoutConfigProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iot.CfnJobTemplate.TimeoutConfigProperty.Jsii$Proxy
All Implemented Interfaces:
CfnJobTemplate.TimeoutConfigProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnJobTemplate.TimeoutConfigProperty

@Stability(Stable) @Internal public static final class CfnJobTemplate.TimeoutConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnJobTemplate.TimeoutConfigProperty
  • 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

      protected Jsii$Proxy(CfnJobTemplate.TimeoutConfigProperty.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnJobTemplate.TimeoutConfigProperty.Builder.
  • Method Details

    • getInProgressTimeoutInMinutes

      public final Number getInProgressTimeoutInMinutes()
      Description copied from interface: CfnJobTemplate.TimeoutConfigProperty
      Specifies the amount of time, in minutes, this device has to finish execution of this job.

      The timeout interval can be anywhere between 1 minute and 7 days (1 to 10080 minutes). The in progress timer can't be updated and will apply to all job executions for the job. Whenever a job execution remains in the IN_PROGRESS status for longer than this interval, the job execution will fail and switch to the terminal TIMED_OUT status.

      Specified by:
      getInProgressTimeoutInMinutes in interface CfnJobTemplate.TimeoutConfigProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object