TagRuleLogTagFilterArgs

data class TagRuleLogTagFilterArgs(val action: Output<String>, val name: Output<String>, val value: Output<String>) : ConvertibleToJava<TagRuleLogTagFilterArgs>

Constructors

Link copied to clipboard
fun TagRuleLogTagFilterArgs(action: Output<String>, name: Output<String>, value: Output<String>)

Functions

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

Properties

Link copied to clipboard
val action: Output<String>

Valid actions for a filtering tag. Possible values are Exclude and Include. Exclusion takes priority over inclusion.

Link copied to clipboard
val name: Output<String>

Specifies the name (also known as the key) of the tag.

Link copied to clipboard
val value: Output<String>

Specifies the value of the tag.