RuleResourceTagArgs

data class RuleResourceTagArgs(val resourceTagKey: Output<String>, val resourceTagValue: Output<String>? = null) : ConvertibleToJava<RuleResourceTagArgs>

Constructors

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

Properties

Link copied to clipboard
val resourceTagKey: Output<String>

The tag key. The following argument is optional:

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

The tag value.

Functions

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