Rule Group Rule Statement Or Statement Statement And Statement Statement Size Constraint Statement Field To Match Header Match Pattern Args
data class RuleGroupRuleStatementOrStatementStatementAndStatementStatementSizeConstraintStatementFieldToMatchHeaderMatchPatternArgs(val all: Output<RuleGroupRuleStatementOrStatementStatementAndStatementStatementSizeConstraintStatementFieldToMatchHeaderMatchPatternAllArgs>? = null, val excludedHeaders: Output<List<String>>? = null, val includedHeaders: Output<List<String>>? = null) : ConvertibleToJava<RuleGroupRuleStatementOrStatementStatementAndStatementStatementSizeConstraintStatementFieldToMatchHeaderMatchPatternArgs>
Constructors
Link copied to clipboard
constructor(all: Output<RuleGroupRuleStatementOrStatementStatementAndStatementStatementSizeConstraintStatementFieldToMatchHeaderMatchPatternAllArgs>? = null, excludedHeaders: Output<List<String>>? = null, includedHeaders: Output<List<String>>? = null)
Properties
Link copied to clipboard
val all: Output<RuleGroupRuleStatementOrStatementStatementAndStatementStatementSizeConstraintStatementFieldToMatchHeaderMatchPatternAllArgs>? = 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.