Rule Group Rule Statement Not Statement Statement Size Constraint Statement Field To Match Header Match Pattern Args
data class RuleGroupRuleStatementNotStatementStatementSizeConstraintStatementFieldToMatchHeaderMatchPatternArgs(val all: Output<RuleGroupRuleStatementNotStatementStatementSizeConstraintStatementFieldToMatchHeaderMatchPatternAllArgs>? = null, val excludedHeaders: Output<List<String>>? = null, val includedHeaders: Output<List<String>>? = null) : ConvertibleToJava<RuleGroupRuleStatementNotStatementStatementSizeConstraintStatementFieldToMatchHeaderMatchPatternArgs>
Constructors
Rule Group Rule Statement Not Statement Statement Size Constraint Statement Field To Match Header Match Pattern Args
Link copied to clipboard
constructor(all: Output<RuleGroupRuleStatementNotStatementStatementSizeConstraintStatementFieldToMatchHeaderMatchPatternAllArgs>? = null, excludedHeaders: Output<List<String>>? = null, includedHeaders: Output<List<String>>? = null)
Properties
Link copied to clipboard
val all: Output<RuleGroupRuleStatementNotStatementStatementSizeConstraintStatementFieldToMatchHeaderMatchPatternAllArgs>? = null
An empty configuration block that is used for inspecting all headers.
Link copied to clipboard
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
An array of strings that will be used for inspecting headers that have a key that matches one of the provided values.