exceedAction

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

Parameters

value

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