ScheduledQueryScheduleConfigurationArgs

data class ScheduledQueryScheduleConfigurationArgs(val scheduleExpression: Output<String>) : ConvertibleToJava<ScheduledQueryScheduleConfigurationArgs>

Configuration for when the scheduled query is executed.

Constructors

Link copied to clipboard
constructor(scheduleExpression: Output<String>)

Properties

Link copied to clipboard

An expression that denotes when to trigger the scheduled query run. This can be a cron expression or a rate expression.

Functions

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