DynamicTagGroupMatchExpressArgs

data class DynamicTagGroupMatchExpressArgs(val tagValue: Output<String>, val tagValueMatchFunction: Output<String>) : ConvertibleToJava<DynamicTagGroupMatchExpressArgs>

Constructors

Link copied to clipboard
constructor(tagValue: Output<String>, tagValueMatchFunction: Output<String>)

Properties

Link copied to clipboard
val tagValue: Output<String>

The tag values of the cloud resources.

Link copied to clipboard

The method that is used to match the tag values of the cloud resources. Valid values: all, startWith, endWith, contains, notContains, equals.

Functions

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