preconfigured Waf Config
suspend fun preconfiguredWafConfig(value: Output<RegionSecurityPolicyRulePreconfiguredWafConfigArgs>)
Parameters
value
Preconfigured WAF configuration to be applied for the rule. If the rule does not evaluate preconfigured WAF rules, i.e., if evaluatePreconfiguredWaf() is not used, this field will have no effect. Structure is documented below.
suspend fun preconfiguredWafConfig(argument: suspend RegionSecurityPolicyRulePreconfiguredWafConfigArgsBuilder.() -> Unit)
Parameters
argument
Preconfigured WAF configuration to be applied for the rule. If the rule does not evaluate preconfigured WAF rules, i.e., if evaluatePreconfiguredWaf() is not used, this field will have no effect. Structure is documented below.