• An interval timer, which fires on a regular time interval.

    Parameters

    • name: string

      The name of this timer.

    • options: IntervalRate

      The interval between firing events on the 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

Generated using TypeDoc