suppressionDuration

@JvmName(name = "gyjcusevyohryeta")
suspend fun suppressionDuration(value: Output<String>)
@JvmName(name = "mncstsixkvcxutxd")
suspend fun suppressionDuration(value: String?)

Parameters

value

If suppression_enabled is true, this is ISO 8601 timespan duration, which specifies the amount of time the query should stop running after alert is generated. Defaults to PT5H.

NOTE suppression_duration must larger than or equal to query_frequency, otherwise the suppression has no actual effect since no query will happen during the suppression duration.