RuleTagArgs

data class RuleTagArgs(val key: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<RuleTagArgs>

Constructors

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

Properties

Link copied to clipboard
val key: Output<String>? = null

A string you can use to assign a value. The combination of tag keys and values can help you organize and categorize your resources.

Link copied to clipboard
val value: Output<String>? = null

The value for the specified tag key.

Functions

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