toggle menu
pulumi-alicloud-kotlin
3.76.0.0
jvm
switch theme
search in API
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.arms.kotlin.inputs
/
PrometheusAlertRuleLabelArgs
Prometheus
Alert
Rule
Label
Args
data
class
PrometheusAlertRuleLabelArgs
(
val
name
:
Output
<
String
>
?
=
null
,
val
value
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
PrometheusAlertRuleLabelArgs
>
Members
Constructors
Prometheus
Alert
Rule
Label
Args
Link copied to clipboard
constructor
(
name
:
Output
<
String
>
?
=
null
,
value
:
Output
<
String
>
?
=
null
)
Properties
name
Link copied to clipboard
val
name
:
Output
<
String
>
?
=
null
The name of the label.
value
Link copied to clipboard
val
value
:
Output
<
String
>
?
=
null
The value of the label.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
PrometheusAlertRuleLabelArgs