• A cron timer, which fires on based on a specificied cron schedule.

    Parameters

    • name: string

      The name of this timer.

    • cronTab: string

      A cronTab that specifies that times at which the timer will fire.

    • 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