Alert Policy Condition Condition Sql Hourly Args
data class AlertPolicyConditionConditionSqlHourlyArgs(val minuteOffset: Output<Int>? = null, val periodicity: Output<Int>) : ConvertibleToJava<AlertPolicyConditionConditionSqlHourlyArgs>
Properties
Link copied to clipboard
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
Number of hours between runs. The interval must be greater than or equal to 1 hour and less than or equal to 48 hours.