MetricStreamTagArgs

data class MetricStreamTagArgs(val key: Output<String>, val value: Output<String>) : ConvertibleToJava<MetricStreamTagArgs>

Metadata that you can assign to a Metric Stream, consisting of a key-value pair.

Constructors

Link copied to clipboard
fun MetricStreamTagArgs(key: Output<String>, value: Output<String>)

Functions

Link copied to clipboard
open override fun toJava(): MetricStreamTagArgs

Properties

Link copied to clipboard
val key: Output<String>

A unique identifier for the tag.

Link copied to clipboard
val value: Output<String>

String which you can use to describe or define the tag.