• An hourly timer, firing each hour, on the hour.

    Parameters

    • name: string

      The name of this timer.

    • handler: Action

      A handler to invoke when the timer fires.

    • Optional opts: ResourceOptions

      A bag of options that controls how this resource behaves.

    Returns void

  • An hourly timer, firing at the specified UTC minute each hour.

    Parameters

    • name: string

      The name of this timer.

    • schedule: HourlySchedule

      The UTC minute at which to fire each day.

    • handler: Action

      A handler to invoke when the timer fires.

    • Optional opts: ResourceOptions

      A bag of options that controls how this resource behaves.

    Returns void

Generated using TypeDoc