• A daily timer, firing each day, on the day (at UTC midnight).

    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

  • A daily timer, firing at the specified UTC hour and minute each day.

    Parameters

    • name: string

      The name of this timer.

    • schedule: DailySchedule

      The UTC hour and 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