Policy Settings Args
data class PolicySettingsArgs(val fileUploadLimitInMb: Output<Int>? = null, val maxRequestBodySizeInKb: Output<Int>? = null, val mode: Output<Either<String, WebApplicationFirewallMode>>? = null, val requestBodyCheck: Output<Boolean>? = null, val state: Output<Either<String, WebApplicationFirewallEnabledState>>? = null) : ConvertibleToJava<PolicySettingsArgs>
Defines contents of a web application firewall global configuration.
Constructors
Link copied to clipboard
constructor(fileUploadLimitInMb: Output<Int>? = null, maxRequestBodySizeInKb: Output<Int>? = null, mode: Output<Either<String, WebApplicationFirewallMode>>? = null, requestBodyCheck: Output<Boolean>? = null, state: Output<Either<String, WebApplicationFirewallEnabledState>>? = null)