severities

@JvmName(name = "tbwajvptyxonsntb")
suspend fun severities(value: Output<List<NotificationChannelInsightSeverity>>)
@JvmName(name = "ofoqsgshsinmyhaf")
suspend fun severities(value: List<NotificationChannelInsightSeverity>?)

Parameters

value

The severity levels that you want to receive notifications for. For example, you can choose to receive notifications only for insights with HIGH and MEDIUM severity levels. For more information, see Understanding insight severities .


@JvmName(name = "wpvcfvjadwibwper")
suspend fun severities(vararg values: Output<NotificationChannelInsightSeverity>)


@JvmName(name = "xcihaahmpvatdrrn")
suspend fun severities(values: List<Output<NotificationChannelInsightSeverity>>)
@JvmName(name = "utkegjyjwmtxobly")
suspend fun severities(vararg values: NotificationChannelInsightSeverity)

Parameters

values

The severity levels that you want to receive notifications for. For example, you can choose to receive notifications only for insights with HIGH and MEDIUM severity levels. For more information, see Understanding insight severities .