responseHeaders

@JvmName(name = "cvkgijrchcjhafbi")
suspend fun responseHeaders(value: Output<List<RuleGroupRuleActionBlockCustomResponseResponseHeaderArgs>>)

Parameters

value

The response_header blocks used to define the HTTP response headers added to the response. See Custom HTTP Header below for details.


@JvmName(name = "uixlxffkufghdqha")
suspend fun responseHeaders(vararg values: Output<RuleGroupRuleActionBlockCustomResponseResponseHeaderArgs>)


@JvmName(name = "qrbhtmiioeauitap")
suspend fun responseHeaders(values: List<Output<RuleGroupRuleActionBlockCustomResponseResponseHeaderArgs>>)
@JvmName(name = "myjnnipgutitgqiy")
suspend fun responseHeaders(vararg values: RuleGroupRuleActionBlockCustomResponseResponseHeaderArgs)

Parameters

values

The response_header blocks used to define the HTTP response headers added to the response. See Custom HTTP Header below for details.


@JvmName(name = "xoxckwnqnivsaixc")
suspend fun responseHeaders(argument: List<suspend RuleGroupRuleActionBlockCustomResponseResponseHeaderArgsBuilder.() -> Unit>)
@JvmName(name = "fyxejsbtjrdufeox")
suspend fun responseHeaders(vararg argument: suspend RuleGroupRuleActionBlockCustomResponseResponseHeaderArgsBuilder.() -> Unit)
@JvmName(name = "smxgjbrvgbmbbotu")
suspend fun responseHeaders(argument: suspend RuleGroupRuleActionBlockCustomResponseResponseHeaderArgsBuilder.() -> Unit)

Parameters

argument

The response_header blocks used to define the HTTP response headers added to the response. See Custom HTTP Header below for details.