Rule Group Rule Action Block Custom Response Args
data class RuleGroupRuleActionBlockCustomResponseArgs(val customResponseBodyKey: Output<String>? = null, val responseCode: Output<Int>, val responseHeaders: Output<List<RuleGroupRuleActionBlockCustomResponseResponseHeaderArgs>>? = null) : ConvertibleToJava<RuleGroupRuleActionBlockCustomResponseArgs>
Constructors
Link copied to clipboard
constructor(customResponseBodyKey: Output<String>? = null, responseCode: Output<Int>, responseHeaders: Output<List<RuleGroupRuleActionBlockCustomResponseResponseHeaderArgs>>? = 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 Custom HTTP Header below for details.