exceed Redirect Options
suspend fun exceedRedirectOptions(value: Output<SecurityPolicyRuleRateLimitOptionsExceedRedirectOptionsArgs>)
suspend fun exceedRedirectOptions(value: SecurityPolicyRuleRateLimitOptionsExceedRedirectOptionsArgs?)
Parameters
value
Parameters defining the redirect action that is used as the exceed action. Cannot be specified if the exceed action is not redirect. Structure is documented below.
suspend fun exceedRedirectOptions(argument: suspend SecurityPolicyRuleRateLimitOptionsExceedRedirectOptionsArgsBuilder.() -> Unit)
Parameters
argument
Parameters defining the redirect action that is used as the exceed action. Cannot be specified if the exceed action is not redirect. Structure is documented below.