pulumi-alicloud-kotlin
3.44.1.0
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
>
Constructors
Functions
Properties
Constructors
Prometheus
Alert
Rule
Label
Args
Link copied to clipboard
fun
PrometheusAlertRuleLabelArgs
(
name
:
Output
<
String
>
?
=
null
,
value
:
Output
<
String
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
PrometheusAlertRuleLabelArgs
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.