RulesetRuleActionParametersOverridesCategoryArgs

data class RulesetRuleActionParametersOverridesCategoryArgs(val action: Output<String>? = null, val category: Output<String>? = null, val enabled: Output<Boolean>? = null) : ConvertibleToJava<RulesetRuleActionParametersOverridesCategoryArgs>

Constructors

constructor(action: Output<String>? = null, category: Output<String>? = null, enabled: Output<Boolean>? = null)

Properties

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

Action to perform in the tag-level override. Available values: block, challenge, compress_response, ddos_dynamic, ddos_mitigation, execute, force_connection_close, js_challenge, log, log_custom_field, managed_challenge, redirect, rewrite, route, score, serve_error, set_cache_settings, set_config, skip.

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

Tag name to apply the ruleset rule override to.

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

Defines if the current tag-level override enables or disables the ruleset rules with the specified tag.

Functions

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