ListenerDefaultActionFixedResponseArgs

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

Constructors

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

Properties

Link copied to clipboard
val statusCode: Output<Int>

Custom HTTP status code to return, e.g. a 404 response code. See Listeners in the AWS documentation for a list of supported codes.

Functions

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