policyNames

@JvmName(name = "ftbykfuatbymwwwn")
suspend fun policyNames(value: Output<List<String>>)
@JvmName(name = "oiqvifgwpksjdaiu")
suspend fun policyNames(value: List<String>?)

Parameters

value

Optional. A list of alert policy names to filter the incident list by. Don't include the project ID prefix in the policy name. For example, use alertPolicies/utilization.


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


@JvmName(name = "xgbfpggvjkpsdvlk")
suspend fun policyNames(values: List<Output<String>>)
@JvmName(name = "mivdtyxfksrbgcyv")
suspend fun policyNames(vararg values: String)

Parameters

values

Optional. A list of alert policy names to filter the incident list by. Don't include the project ID prefix in the policy name. For example, use alertPolicies/utilization.