pulumi-alicloud-kotlin
3.44.1.0
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.log.kotlin.inputs
/
AlertLabelArgs
Alert
Label
Args
data
class
AlertLabelArgs
(
val
key
:
Output
<
String
>
,
val
value
:
Output
<
String
>
)
:
ConvertibleToJava
<
AlertLabelArgs
>
Constructors
Functions
Properties
Constructors
Alert
Label
Args
Link copied to clipboard
fun
AlertLabelArgs
(
key
:
Output
<
String
>
,
value
:
Output
<
String
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
AlertLabelArgs
Properties
key
Link copied to clipboard
val
key
:
Output
<
String
>
Annotations's key for new alert.
value
Link copied to clipboard
val
value
:
Output
<
String
>
Annotations's value for new alert.