LogzSubAccountTagRuleTagFilterArgs

data class LogzSubAccountTagRuleTagFilterArgs(val action: Output<String>, val name: Output<String>, val value: Output<String>? = null) : ConvertibleToJava<LogzSubAccountTagRuleTagFilterArgs>

Constructors

Link copied to clipboard
fun LogzSubAccountTagRuleTagFilterArgs(action: Output<String>, name: Output<String>, value: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val action: Output<String>

The action is used to limit logs collection to include or exclude Azure resources with specific tags. Possible values are Include and Exclude. Note that the Exclude takes priority over the Include.

Link copied to clipboard
val name: Output<String>

The name of the tag to match.

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

The value of the tag to match.