RulesetRuleActionParametersCacheKeyCustomKeyHostArgs

data class RulesetRuleActionParametersCacheKeyCustomKeyHostArgs(val resolved: Output<Boolean>? = null) : ConvertibleToJava<RulesetRuleActionParametersCacheKeyCustomKeyHostArgs>

Constructors

constructor(resolved: Output<Boolean>? = null)

Properties

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

Use the resolved host in the cache key. A value of true will use the resolved host, while a value or false will use the original host.

Functions

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