TagRuleMetricTagFilterArgs

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

Constructors

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

Functions

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

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.