ListenerFixedResponseArgs

data class ListenerFixedResponseArgs(val statusCode: Output<Int>) : ConvertibleToJava<ListenerFixedResponseArgs>

Constructors

Link copied to clipboard
constructor(statusCode: Output<Int>)

Properties

Link copied to clipboard
val statusCode: Output<Int>

The HTTP response code.

Functions

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