Rule Group Custom Response
data class RuleGroupCustomResponse(val customResponseBodyKey: String? = null, val responseCode: Int, val responseHeaders: List<RuleGroupCustomHttpHeader>? = null)
Custom response.
Constructors
Link copied to clipboard
constructor(customResponseBodyKey: String? = null, responseCode: Int, responseHeaders: List<RuleGroupCustomHttpHeader>? = null)
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.