PeriodicTimerSourceInfoArgs

data class PeriodicTimerSourceInfoArgs(val schedule: Output<String>, val startTime: Output<String>, val topic: Output<String>? = null) : ConvertibleToJava<PeriodicTimerSourceInfoArgs>

Periodic timer event source.

Constructors

Link copied to clipboard
constructor(schedule: Output<String>, startTime: Output<String>, topic: Output<String>? = null)

Properties

Link copied to clipboard
val schedule: Output<String>

Periodic frequency at which timer event needs to be raised. Supports daily, hourly, minutes, and seconds.

Link copied to clipboard
val startTime: Output<String>

The time of the day that results in a valid trigger. Schedule is computed with reference to the time specified upto seconds. If timezone is not specified the time will considered to be in device timezone. The value will always be returned as UTC time.

Link copied to clipboard
val topic: Output<String>? = null

Topic where periodic events are published to IoT device.

Functions

Link copied to clipboard
open override fun toJava(): PeriodicTimerSourceInfoArgs