toggle menu
pulumi-digitalocean-kotlin
4.45.0.0
jvm
switch theme
search in API
pulumi-digitalocean-kotlin
/
com.pulumi.digitalocean.kotlin.inputs
/
MonitorAlertAlertsSlackArgs
Monitor
Alert
Alerts
Slack
Args
data
class
MonitorAlertAlertsSlackArgs
(
val
channel
:
Output
<
String
>
,
val
url
:
Output
<
String
>
)
:
ConvertibleToJava
<
MonitorAlertAlertsSlackArgs
>
Members
Constructors
Monitor
Alert
Alerts
Slack
Args
Link copied to clipboard
constructor
(
channel
:
Output
<
String
>
,
url
:
Output
<
String
>
)
Properties
channel
Link copied to clipboard
val
channel
:
Output
<
String
>
The Slack channel to send alerts to
url
Link copied to clipboard
val
url
:
Output
<
String
>
The webhook URL for Slack
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
MonitorAlertAlertsSlackArgs