DynamicTagGroupMatchExpressArgs

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

Constructors

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

Functions

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

Properties

Link copied to clipboard
val tagValue: Output<String>

The tag value. The Tag value must be used in conjunction with the tag value matching method TagValueMatchFunction.

Link copied to clipboard

Matching method of tag value. Valid values: all, startWith,endWith,contains,notContains,equals.