policies

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


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