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