pulumi-azure-native-kotlin
2.14.0.0
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.operationalinsights.kotlin.inputs
/
TagArgs
Tag
Args
data
class
TagArgs
(
val
name
:
Output
<
String
>
,
val
value
:
Output
<
String
>
)
:
ConvertibleToJava
<
TagArgs
>
A tag of a saved search.
Constructors
Functions
Properties
Constructors
Tag
Args
Link copied to clipboard
fun
TagArgs
(
name
:
Output
<
String
>
,
value
:
Output
<
String
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
TagArgs
Properties
name
Link copied to clipboard
val
name
:
Output
<
String
>
The tag name.
value
Link copied to clipboard
val
value
:
Output
<
String
>
The tag value.