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