toggle menu
pulumi-digitalocean-kotlin
4.42.0.0
jvm
switch theme
search in API
pulumi-digitalocean-kotlin
/
com.pulumi.digitalocean.kotlin
/
UptimeAlertArgs
/
UptimeAlertArgs
Uptime
Alert
Args
constructor
(
checkId
:
Output
<
String
>
?
=
null
,
comparison
:
Output
<
String
>
?
=
null
,
name
:
Output
<
String
>
?
=
null
,
notifications
:
Output
<
List
<
UptimeAlertNotificationArgs
>
>
?
=
null
,
period
:
Output
<
String
>
?
=
null
,
threshold
:
Output
<
Int
>
?
=
null
,
type
:
Output
<
String
>
?
=
null
)