custom Request Handling
suspend fun customRequestHandling(value: Output<RuleGroupRuleActionCaptchaCustomRequestHandlingArgs>)
Parameters
value
Defines custom handling for the web request. See Custom Request Handling below for details.
suspend fun customRequestHandling(argument: suspend RuleGroupRuleActionCaptchaCustomRequestHandlingArgsBuilder.() -> Unit)
Parameters
argument
Defines custom handling for the web request. See Custom Request Handling below for details.