AlertPolicyConditionConditionSqlHourlyArgs

data class AlertPolicyConditionConditionSqlHourlyArgs(val minuteOffset: Output<Int>? = null, val periodicity: Output<Int>) : ConvertibleToJava<AlertPolicyConditionConditionSqlHourlyArgs>

Constructors

constructor(minuteOffset: Output<Int>? = null, periodicity: Output<Int>)

Properties

Link copied to clipboard
val minuteOffset: Output<Int>? = null

The number of minutes after the hour (in UTC) to run the query. Must be greater than or equal to 0 minutes and less than or equal to 59 minutes. If left unspecified, then an arbitrary offset is used.

Link copied to clipboard
val periodicity: Output<Int>

Number of hours between runs. The interval must be greater than or equal to 1 hour and less than or equal to 48 hours.

Functions

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