LabelNameConditionModelPropertiesArgs

data class LabelNameConditionModelPropertiesArgs(val labelName: Output<String>? = null) : ConvertibleToJava<LabelNameConditionModelPropertiesArgs>

Definition of LabelNameConditionModelProperties

Constructors

Link copied to clipboard
constructor(labelName: Output<String>? = null)

Properties

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

The label name that a log record must contain in order to meet the condition. This must be a fully qualified label name. Fully qualified labels have a prefix, optional namespaces, and label name. The prefix identifies the rule group or web ACL context of the rule that added the label.

Functions

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