Class ScheduleProps.Jsii$Proxy

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

@Stability(Experimental) @Internal public static final class ScheduleProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ScheduleProps
An implementation for ScheduleProps
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.scheduler.alpha.ScheduleProps

    ScheduleProps.Builder, ScheduleProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the ScheduleProps.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final String
    (experimental) The description you specify for the schedule.
    final Boolean
    (experimental) Indicates whether the schedule is enabled.
    final Instant
    (experimental) The date, in UTC, before which the schedule can invoke its target.
    final IGroup
    (experimental) The schedule's group.
    final IKey
    (experimental) The customer managed KMS key that EventBridge Scheduler will use to encrypt and decrypt your data.
    (experimental) The expression that defines when the schedule runs.
    final String
    (experimental) The name of the schedule.
    final Instant
    (experimental) The date, in UTC, after which the schedule can begin invoking its target.
    (experimental) The schedule's target details.
    (experimental) Allows to override target properties when creating a new schedule.
    (experimental) A time window during which EventBridge Scheduler invokes the schedule.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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(ScheduleProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the ScheduleProps.Builder.
  • Method Details

    • getSchedule

      public final ScheduleExpression getSchedule()
      Description copied from interface: ScheduleProps
      (experimental) The expression that defines when the schedule runs.

      Can be either a at, rate or cron expression.

      Specified by:
      getSchedule in interface ScheduleProps
    • getTarget

      public final IScheduleTarget getTarget()
      Description copied from interface: ScheduleProps
      (experimental) The schedule's target details.
      Specified by:
      getTarget in interface ScheduleProps
    • getDescription

      public final String getDescription()
      Description copied from interface: ScheduleProps
      (experimental) The description you specify for the schedule.

      Default: - no value

      Specified by:
      getDescription in interface ScheduleProps
    • getEnabled

      public final Boolean getEnabled()
      Description copied from interface: ScheduleProps
      (experimental) Indicates whether the schedule is enabled.

      Default: true

      Specified by:
      getEnabled in interface ScheduleProps
    • getEnd

      public final Instant getEnd()
      Description copied from interface: ScheduleProps
      (experimental) The date, in UTC, before which the schedule can invoke its target.

      EventBridge Scheduler ignores end for one-time schedules.

      Default: - no value

      Specified by:
      getEnd in interface ScheduleProps
    • getGroup

      public final IGroup getGroup()
      Description copied from interface: ScheduleProps
      (experimental) The schedule's group.

      Default: - By default a schedule will be associated with the `default` group.

      Specified by:
      getGroup in interface ScheduleProps
    • getKey

      public final IKey getKey()
      Description copied from interface: ScheduleProps
      (experimental) The customer managed KMS key that EventBridge Scheduler will use to encrypt and decrypt your data.

      Default: - All events in Scheduler are encrypted with a key that AWS owns and manages.

      Specified by:
      getKey in interface ScheduleProps
    • getScheduleName

      public final String getScheduleName()
      Description copied from interface: ScheduleProps
      (experimental) The name of the schedule.

      Up to 64 letters (uppercase and lowercase), numbers, hyphens, underscores and dots are allowed.

      Default: - A unique name will be generated

      Specified by:
      getScheduleName in interface ScheduleProps
    • getStart

      public final Instant getStart()
      Description copied from interface: ScheduleProps
      (experimental) The date, in UTC, after which the schedule can begin invoking its target.

      EventBridge Scheduler ignores start for one-time schedules.

      Default: - no value

      Specified by:
      getStart in interface ScheduleProps
    • getTargetOverrides

      public final ScheduleTargetProps getTargetOverrides()
      Description copied from interface: ScheduleProps
      (experimental) Allows to override target properties when creating a new schedule.
      Specified by:
      getTargetOverrides in interface ScheduleProps
    • getTimeWindow

      public final TimeWindow getTimeWindow()
      Description copied from interface: ScheduleProps
      (experimental) A time window during which EventBridge Scheduler invokes the schedule.

      Default: TimeWindow.off()

      Specified by:
      getTimeWindow in interface ScheduleProps
      See Also:
    • $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