policies

@JvmName(name = "oambjmvulbabpige")
suspend fun policies(value: Output<List<String>>)
@JvmName(name = "wdcfyposgymsogpd")
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 = "fvkdlpfkprsfelax")
suspend fun policies(vararg values: Output<String>)


@JvmName(name = "lkgpxhmlxrwwyeml")
suspend fun policies(values: List<Output<String>>)
@JvmName(name = "pnxgkhsqycpwpxvo")
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.