Policy Settings Args
data class PolicySettingsArgs(val defaultCustomBlockResponseBody: Output<String>? = null, val defaultCustomBlockResponseStatusCode: Output<Int>? = null, val defaultRedirectUrl: Output<String>? = null, val enabledState: Output<Either<String, PolicyEnabledState>>? = null, val mode: Output<Either<String, PolicyMode>>? = null) : ConvertibleToJava<PolicySettingsArgs>
Defines contents of a web application firewall global configuration
Constructors
Link copied to clipboard
fun PolicySettingsArgs(defaultCustomBlockResponseBody: Output<String>? = null, defaultCustomBlockResponseStatusCode: Output<Int>? = null, defaultRedirectUrl: Output<String>? = null, enabledState: Output<Either<String, PolicyEnabledState>>? = null, mode: Output<Either<String, PolicyMode>>? = null)