RulesetRuleActionParametersUriQueryArgs

data class RulesetRuleActionParametersUriQueryArgs(val expression: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<RulesetRuleActionParametersUriQueryArgs>

Constructors

Link copied to clipboard
constructor(expression: Output<String>? = null, value: Output<String>? = null)

Properties

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

Expression that defines the updated (dynamic) value of the URI path or query string component. Uses the Firewall Rules expression language based on Wireshark display filters. Refer to the Firewall Rules language documentation for all available fields, operators, and functions.

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

Static string value of the updated URI path or query string component.

Functions

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