pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.iot.kotlin.outputs
/
CustomMetricTag
Custom
Metric
Tag
data
class
CustomMetricTag
(
val
key
:
String
,
val
value
:
String
)
A key-value pair to associate with a resource.
Types
Constructors
Properties
Constructors
Custom
Metric
Tag
Link copied to clipboard
fun
CustomMetricTag
(
key
:
String
,
value
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
key
Link copied to clipboard
val
key
:
String
The tag's key.
value
Link copied to clipboard
val
value
:
String
The tag's value.