toggle menu
pulumi-digitalocean-kotlin
4.42.0.0
jvm
switch theme
search in API
pulumi-digitalocean-kotlin
/
com.pulumi.digitalocean.kotlin.outputs
/
UptimeAlertNotification
Uptime
Alert
Notification
data
class
UptimeAlertNotification
(
val
emails
:
List
<
String
>
?
=
null
,
val
slacks
:
List
<
UptimeAlertNotificationSlack
>
?
=
null
)
Members
Constructors
Uptime
Alert
Notification
Link copied to clipboard
constructor
(
emails
:
List
<
String
>
?
=
null
,
slacks
:
List
<
UptimeAlertNotificationSlack
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
emails
Link copied to clipboard
val
emails
:
List
<
String
>
?
=
null
List of email addresses to sent notifications to.
slacks
Link copied to clipboard
val
slacks
:
List
<
UptimeAlertNotificationSlack
>
?
=
null