fixedResponse

@JvmName(name = "yiujoxjcbrmbfmjh")
suspend fun fixedResponse(value: Output<ListenerRuleActionFixedResponseArgs>)
@JvmName(name = "nscanhijsgvrcthu")
suspend fun fixedResponse(value: ListenerRuleActionFixedResponseArgs?)

Parameters

value

Information for creating an action that returns a custom HTTP response. Required if type is fixed-response.


@JvmName(name = "yempghnjvnfhlmme")
suspend fun fixedResponse(argument: suspend ListenerRuleActionFixedResponseArgsBuilder.() -> Unit)

Parameters

argument

Information for creating an action that returns a custom HTTP response. Required if type is fixed-response.