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