RuleGroupRuleStatementSqliMatchStatementFieldToMatchHeaderMatchPatternArgs

data class RuleGroupRuleStatementSqliMatchStatementFieldToMatchHeaderMatchPatternArgs(val all: Output<RuleGroupRuleStatementSqliMatchStatementFieldToMatchHeaderMatchPatternAllArgs>? = null, val excludedHeaders: Output<List<String>>? = null, val includedHeaders: Output<List<String>>? = null) : ConvertibleToJava<RuleGroupRuleStatementSqliMatchStatementFieldToMatchHeaderMatchPatternArgs>

Constructors

Functions

Link copied to clipboard
open override fun toJava(): RuleGroupRuleStatementSqliMatchStatementFieldToMatchHeaderMatchPatternArgs

Properties

Link copied to clipboard

An empty configuration block that is used for inspecting all headers.

Link copied to clipboard
val excludedHeaders: Output<List<String>>? = null

An array of strings that will be used for inspecting headers that do not have a key that matches one of the provided values.

Link copied to clipboard
val includedHeaders: Output<List<String>>? = null

An array of strings that will be used for inspecting headers that have a key that matches one of the provided values.