Class ImagePipelineSchedule.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.imagebuilder.alpha.ImagePipelineSchedule.Jsii$Proxy
All Implemented Interfaces:
ImagePipelineSchedule, software.amazon.jsii.JsiiSerializable
Enclosing interface:
ImagePipelineSchedule

@Stability(Experimental) @Internal public static final class ImagePipelineSchedule.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ImagePipelineSchedule
An implementation for ImagePipelineSchedule
  • 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(ImagePipelineSchedule.Builder builder)
      Constructor that initializes the object based on literal property values passed by the ImagePipelineSchedule.Builder.
  • Method Details

    • getExpression

      public final Schedule getExpression()
      Description copied from interface: ImagePipelineSchedule
      (experimental) The schedule expression to use.

      This can either be a cron expression or a rate expression.

      Specified by:
      getExpression in interface ImagePipelineSchedule
    • getAutoDisableFailureCount

      public final Number getAutoDisableFailureCount()
      Description copied from interface: ImagePipelineSchedule
      (experimental) The number of consecutive failures allowed before the pipeline is automatically disabled.

      This value must be between 1 and 10.

      Default: - no auto-disable policy is configured and the pipeline is not automatically disabled on consecutive failures

      Specified by:
      getAutoDisableFailureCount in interface ImagePipelineSchedule
    • getStartCondition

      public final ScheduleStartCondition getStartCondition()
      Description copied from interface: ImagePipelineSchedule
      (experimental) The start condition for the pipeline, indicating the condition under which a pipeline should be triggered.

      Default: ScheduleStartCondition.EXPRESSION_MATCH_AND_DEPENDENCY_UPDATES_AVAILABLE

      Specified by:
      getStartCondition in interface ImagePipelineSchedule
    • $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