response Headers
suspend fun responseHeaders(value: Output<List<WebAclRuleActionBlockCustomResponseResponseHeaderArgs>>)
Parameters
value
The response_header
blocks used to define the HTTP response headers added to the response. See response_header
below for details.
suspend fun responseHeaders(vararg values: Output<WebAclRuleActionBlockCustomResponseResponseHeaderArgs>)
suspend fun responseHeaders(values: List<Output<WebAclRuleActionBlockCustomResponseResponseHeaderArgs>>)
Parameters
values
The response_header
blocks used to define the HTTP response headers added to the response. See response_header
below for details.
suspend fun responseHeaders(argument: List<suspend WebAclRuleActionBlockCustomResponseResponseHeaderArgsBuilder.() -> Unit>)
suspend fun responseHeaders(vararg argument: suspend WebAclRuleActionBlockCustomResponseResponseHeaderArgsBuilder.() -> Unit)
suspend fun responseHeaders(argument: suspend WebAclRuleActionBlockCustomResponseResponseHeaderArgsBuilder.() -> Unit)
Parameters
argument
The response_header
blocks used to define the HTTP response headers added to the response. See response_header
below for details.