pulumi-alicloud-kotlin
3.44.1.0
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.arms.kotlin.inputs
/
PrometheusAlertRuleAnnotationArgs
Prometheus
Alert
Rule
Annotation
Args
data
class
PrometheusAlertRuleAnnotationArgs
(
val
name
:
Output
<
String
>
?
=
null
,
val
value
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
PrometheusAlertRuleAnnotationArgs
>
Constructors
Functions
Properties
Constructors
Prometheus
Alert
Rule
Annotation
Args
Link copied to clipboard
fun
PrometheusAlertRuleAnnotationArgs
(
name
:
Output
<
String
>
?
=
null
,
value
:
Output
<
String
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
PrometheusAlertRuleAnnotationArgs
Properties
name
Link copied to clipboard
val
name
:
Output
<
String
>
?
=
null
The name of the annotation.
value
Link copied to clipboard
val
value
:
Output
<
String
>
?
=
null
The value of the annotation.