LogzTagRuleTagFilterArgs

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

Constructors

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

Functions

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

Properties

Link copied to clipboard
val action: Output<String>

The action for a filtering tag. Possible values are Include and Exclude is allowed. Note that the Exclude takes priority over the Include.

Link copied to clipboard
val name: Output<String>

The name of this tag_filter.

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

The value of this tag_filter.