SnippetRulesRuleArgs

data class SnippetRulesRuleArgs(val description: Output<String>? = null, val enabled: Output<Boolean>? = null, val expression: Output<String>, val snippetName: Output<String>) : ConvertibleToJava<SnippetRulesRuleArgs>

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, enabled: Output<Boolean>? = null, expression: Output<String>, snippetName: Output<String>)

Properties

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

Brief summary of the snippet rule and its intended use.

Link copied to clipboard
val enabled: Output<Boolean>? = null

Whether the headers rule is active.

Link copied to clipboard
val expression: Output<String>

Criteria for an HTTP request to trigger the snippet rule. Uses the Firewall Rules expression language based on Wireshark display filters.

Link copied to clipboard
val snippetName: Output<String>

Name of the snippet invoked by this rule.

Functions

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