incidentImpacts

@JvmName(name = "bvqsrugvsdkncwdm")
suspend fun incidentImpacts(value: Output<List<String>>)
@JvmName(name = "fnfrkpnyevudckuv")
suspend fun incidentImpacts(value: List<String>?)

Parameters

value

The incident impact level that will trigger the dispatch of a notification. Available values: INCIDENT_IMPACT_NONE, INCIDENT_IMPACT_MINOR, INCIDENT_IMPACT_MAJOR, INCIDENT_IMPACT_CRITICAL.


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


@JvmName(name = "efrpadjehjefnmvj")
suspend fun incidentImpacts(values: List<Output<String>>)
@JvmName(name = "mptjgusivnfqkrse")
suspend fun incidentImpacts(vararg values: String)

Parameters

values

The incident impact level that will trigger the dispatch of a notification. Available values: INCIDENT_IMPACT_NONE, INCIDENT_IMPACT_MINOR, INCIDENT_IMPACT_MAJOR, INCIDENT_IMPACT_CRITICAL.