RulesetRuleActionParametersFromListArgs

data class RulesetRuleActionParametersFromListArgs(val key: Output<String>? = null, val name: Output<String>? = null) : ConvertibleToJava<RulesetRuleActionParametersFromListArgs>

Constructors

Link copied to clipboard
fun RulesetRuleActionParametersFromListArgs(key: Output<String>? = null, name: Output<String>? = null)

Functions

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

Properties

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

Expression to use for the list lookup.

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

Name of the compression algorithm to use. Available values: gzip, brotli, auto, default, none