WafRuleRateLimitStatusArgs

data class WafRuleRateLimitStatusArgs(val code: Output<String>? = null, val count: Output<Int>? = null, val ratio: Output<Int>? = null) : ConvertibleToJava<WafRuleRateLimitStatusArgs>

Constructors

Link copied to clipboard
constructor(code: Output<String>? = null, count: Output<Int>? = null, ratio: Output<Int>? = null)

Properties

Link copied to clipboard
val code: Output<String>? = null

The HTTP status code returned.

Link copied to clipboard
val count: Output<Int>? = null

The number of times that the HTTP status code that was returned. Valid values: 2 to 50000. You can configure only one of the ratio and count fields.

Link copied to clipboard
val ratio: Output<Int>? = null

The percentage of HTTP status codes. Valid values: 1 to 100. You can configure only one of the ratio and count fields.

Functions

Link copied to clipboard
open override fun toJava(): WafRuleRateLimitStatusArgs