RuleResourceTagArgs

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

The resource tag of the rule.

Constructors

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

Properties

Link copied to clipboard
val resourceTagKey: Output<String>

The tag key of the resource.

Link copied to clipboard

The tag value of the resource

Functions

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