AnomalySubscriptionResourceTagArgs

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

A key-value pair to associate with a resource.

Constructors

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

Properties

Link copied to clipboard
val key: Output<String>

The key name for the tag.

Link copied to clipboard
val value: Output<String>

The value for the tag.

Functions

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