WebAclCustomResponse

data class WebAclCustomResponse(val customResponseBodyKey: String? = null, val responseCode: Int, val responseHeaders: List<WebAclCustomHttpHeader>? = null)

Custom response.

Constructors

Link copied to clipboard
constructor(customResponseBodyKey: String? = null, responseCode: Int, responseHeaders: List<WebAclCustomHttpHeader>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Custom response body key.

Link copied to clipboard

The HTTP status code to return to the client. For a list of status codes that you can use in your custom responses, see Supported status codes for custom response in the AWS WAF Developer Guide .

Link copied to clipboard

Collection of HTTP headers.