CriteriaArgs

data class CriteriaArgs(val policies: Output<List<String>>? = null) : ConvertibleToJava<CriteriaArgs>

Criteria specific to the AlertPolicys that this Snooze applies to. The Snooze will suppress alerts that come from one of the AlertPolicys whose names are supplied.

Constructors

Link copied to clipboard
fun CriteriaArgs(policies: Output<List<String>>? = null)

Functions

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

Properties

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

The specific AlertPolicy names for the alert that should be snoozed. The format is: projects/PROJECT_ID_OR_NUMBER/alertPolicies/POLICY_ID There is a limit of 16 policies per snooze. This limit is checked during snooze creation.