exceedAction

@JvmName(name = "epimtwvuxhgtuvvg")
suspend fun exceedAction(value: Output<String>)
@JvmName(name = "kdhdigphqithlces")
suspend fun exceedAction(value: String?)

Parameters

value

Action to take for requests that are above the configured rate limit threshold, to deny with a specified HTTP response code. Valid options are deny(STATUS), where valid values for STATUS are 403, 404, 429, and 502.