Policy Settings Args
constructor(customBlockResponseBody: Output<String>? = null, customBlockResponseStatusCode: Output<Int>? = null, enabledState: Output<Either<String, PolicyEnabledState>>? = null, javascriptChallengeExpirationInMinutes: Output<Int>? = null, mode: Output<Either<String, PolicyMode>>? = null, redirectUrl: Output<String>? = null, requestBodyCheck: Output<Either<String, PolicyRequestBodyCheck>>? = null, scrubbingRules: Output<List<WebApplicationFirewallScrubbingRulesArgs>>? = null, state: Output<Either<String, WebApplicationFirewallScrubbingState>>? = null)