DynamicTagGroupMatchExpress

data class DynamicTagGroupMatchExpress(val tagValue: String, val tagValueMatchFunction: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.