toggle menu
pulumi-alicloud-kotlin
3.76.0.0
jvm
switch theme
search in API
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.arms.kotlin.outputs
/
PrometheusAlertRuleAnnotation
Prometheus
Alert
Rule
Annotation
data
class
PrometheusAlertRuleAnnotation
(
val
name
:
String
?
=
null
,
val
value
:
String
?
=
null
)
Members
Constructors
Prometheus
Alert
Rule
Annotation
Link copied to clipboard
constructor
(
name
:
String
?
=
null
,
value
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
name
Link copied to clipboard
val
name
:
String
?
=
null
The name of the annotation.
value
Link copied to clipboard
val
value
:
String
?
=
null
The value of the annotation.