headers
suspend fun headers(value: Output<List<RuleGroupRuleStatementOrStatementStatementByteMatchStatementFieldToMatchHeaderArgs>>)
suspend fun headers(value: List<RuleGroupRuleStatementOrStatementStatementByteMatchStatementFieldToMatchHeaderArgs>?)
Parameters
value
Inspect the request headers. See Headers below for details.
suspend fun headers(vararg values: Output<RuleGroupRuleStatementOrStatementStatementByteMatchStatementFieldToMatchHeaderArgs>)
suspend fun headers(values: List<Output<RuleGroupRuleStatementOrStatementStatementByteMatchStatementFieldToMatchHeaderArgs>>)
suspend fun headers(vararg values: RuleGroupRuleStatementOrStatementStatementByteMatchStatementFieldToMatchHeaderArgs)
Parameters
values
Inspect the request headers. See Headers below for details.
suspend fun headers(argument: List<suspend RuleGroupRuleStatementOrStatementStatementByteMatchStatementFieldToMatchHeaderArgsBuilder.() -> Unit>)
suspend fun headers(vararg argument: suspend RuleGroupRuleStatementOrStatementStatementByteMatchStatementFieldToMatchHeaderArgsBuilder.() -> Unit)
suspend fun headers(argument: suspend RuleGroupRuleStatementOrStatementStatementByteMatchStatementFieldToMatchHeaderArgsBuilder.() -> Unit)
Parameters
argument
Inspect the request headers. See Headers below for details.