header Orders
suspend fun headerOrders(value: Output<List<WebAclRuleStatementXssMatchStatementFieldToMatchHeaderOrderArgs>>)
suspend fun headerOrders(value: List<WebAclRuleStatementXssMatchStatementFieldToMatchHeaderOrderArgs>?)
Parameters
value
Inspect a string containing the list of the request's header names, ordered as they appear in the web request that AWS WAF receives for inspection. See header_order
below for details.
suspend fun headerOrders(vararg values: Output<WebAclRuleStatementXssMatchStatementFieldToMatchHeaderOrderArgs>)
suspend fun headerOrders(values: List<Output<WebAclRuleStatementXssMatchStatementFieldToMatchHeaderOrderArgs>>)
suspend fun headerOrders(vararg values: WebAclRuleStatementXssMatchStatementFieldToMatchHeaderOrderArgs)
Parameters
values
Inspect a string containing the list of the request's header names, ordered as they appear in the web request that AWS WAF receives for inspection. See header_order
below for details.
suspend fun headerOrders(argument: List<suspend WebAclRuleStatementXssMatchStatementFieldToMatchHeaderOrderArgsBuilder.() -> Unit>)
suspend fun headerOrders(vararg argument: suspend WebAclRuleStatementXssMatchStatementFieldToMatchHeaderOrderArgsBuilder.() -> Unit)
suspend fun headerOrders(argument: suspend WebAclRuleStatementXssMatchStatementFieldToMatchHeaderOrderArgsBuilder.() -> Unit)
Parameters
argument
Inspect a string containing the list of the request's header names, ordered as they appear in the web request that AWS WAF receives for inspection. See header_order
below for details.