Web Acl Rule Action Block Custom Response
data class WebAclRuleActionBlockCustomResponse(val customResponseBodyKey: String? = null, val responseCode: Int, val responseHeaders: List<WebAclRuleActionBlockCustomResponseResponseHeader>? = null)
Constructors
Link copied to clipboard
constructor(customResponseBodyKey: String? = null, responseCode: Int, responseHeaders: List<WebAclRuleActionBlockCustomResponseResponseHeader>? = null)
Properties
Link copied to clipboard
References the response body that you want AWS WAF to return to the web request client. This must reference a key
defined in a custom_response_body
block of this resource.
Link copied to clipboard
The HTTP status code to return to the client.
Link copied to clipboard
The response_header
blocks used to define the HTTP response headers added to the response. See response_header
below for details.