notifications

@JvmName(name = "fobgowjmliixsaaj")
suspend fun notifications(value: Output<List<UptimeAlertNotificationArgs>>)
@JvmName(name = "krlwcwkysalruhis")
suspend fun notifications(value: List<UptimeAlertNotificationArgs>?)

Parameters

value

The notification settings for a trigger alert.


@JvmName(name = "eqhjnvkluefufaco")
suspend fun notifications(vararg values: Output<UptimeAlertNotificationArgs>)


@JvmName(name = "pnalcumjwcvekxve")
suspend fun notifications(values: List<Output<UptimeAlertNotificationArgs>>)
@JvmName(name = "uoywkqvhlbyxtbln")
suspend fun notifications(vararg values: UptimeAlertNotificationArgs)

Parameters

values

The notification settings for a trigger alert.


@JvmName(name = "qlsstwpkjrapogcr")
suspend fun notifications(argument: List<suspend UptimeAlertNotificationArgsBuilder.() -> Unit>)
@JvmName(name = "kroquqkaaryyrhhy")
suspend fun notifications(vararg argument: suspend UptimeAlertNotificationArgsBuilder.() -> Unit)
@JvmName(name = "fvkscckdsthssufu")
suspend fun notifications(argument: suspend UptimeAlertNotificationArgsBuilder.() -> Unit)

Parameters

argument

The notification settings for a trigger alert.