exceedAction

@JvmName(name = "quatpjhwwvqevpve")
suspend fun exceedAction(value: Output<String>)
@JvmName(name = "uchbbmothkbgudim")
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.