Web Acl Rule Statement Rule Group Reference Statement Rule Action Override Action To Use Block Custom Response
data class WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseBlockCustomResponse(val customResponseBodyKey: String? = null, val responseCode: Int, val responseHeaders: List<WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseBlockCustomResponseResponseHeader>? = null)
Constructors
Link copied to clipboard
constructor(customResponseBodyKey: String? = null, responseCode: Int, responseHeaders: List<WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseBlockCustomResponseResponseHeader>? = 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
val responseHeaders: List<WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseBlockCustomResponseResponseHeader>? = null
The response_header
blocks used to define the HTTP response headers added to the response. See response_header
below for details.