Web Acl Rule Statement Rate Based Statement Custom Key Uri Path Args
data class WebAclRuleStatementRateBasedStatementCustomKeyUriPathArgs(val textTransformations: Output<List<WebAclRuleStatementRateBasedStatementCustomKeyUriPathTextTransformationArgs>>) : ConvertibleToJava<WebAclRuleStatementRateBasedStatementCustomKeyUriPathArgs>
Constructors
Link copied to clipboard
constructor(textTransformations: Output<List<WebAclRuleStatementRateBasedStatementCustomKeyUriPathTextTransformationArgs>>)
Properties
Link copied to clipboard
val textTransformations: Output<List<WebAclRuleStatementRateBasedStatementCustomKeyUriPathTextTransformationArgs>>
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. They are used in rate-based rule statements, to transform request components before using them as custom aggregation keys. Atleast one transformation is required. See text_transformation
above for details.