policies

@JvmName(name = "gmrdmjkufyttrmbe")
suspend fun policies(value: Output<List<String>>)
@JvmName(name = "fisddvqvijylmjea")
suspend fun policies(value: List<String>?)

Parameters

value

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.


@JvmName(name = "prphkjwwcvuvhely")
suspend fun policies(vararg values: Output<String>)


@JvmName(name = "qnifvcbomsevwkyo")
suspend fun policies(values: List<Output<String>>)
@JvmName(name = "fchaxetnbrctippe")
suspend fun policies(vararg values: String)

Parameters

values

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.