Web Acl Rule Statement And Statement Statement Not Statement Statement Regex Pattern Set Reference Statement Field To Match Header Match Pattern Args
data class WebAclRuleStatementAndStatementStatementNotStatementStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPatternArgs(val all: Output<WebAclRuleStatementAndStatementStatementNotStatementStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPatternAllArgs>? = null, val excludedHeaders: Output<List<String>>? = null, val includedHeaders: Output<List<String>>? = null) : ConvertibleToJava<WebAclRuleStatementAndStatementStatementNotStatementStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPatternArgs>
Constructors
Link copied to clipboard
constructor(all: Output<WebAclRuleStatementAndStatementStatementNotStatementStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPatternAllArgs>? = null, excludedHeaders: Output<List<String>>? = null, includedHeaders: Output<List<String>>? = null)
Properties
Link copied to clipboard
val all: Output<WebAclRuleStatementAndStatementStatementNotStatementStatementRegexPatternSetReferenceStatementFieldToMatchHeaderMatchPatternAllArgs>? = 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.