Web Acl Rule Statement Rate Based Statement Custom Key Query Argument Args
    data class WebAclRuleStatementRateBasedStatementCustomKeyQueryArgumentArgs(val name: Output<String>, val textTransformations: Output<List<WebAclRuleStatementRateBasedStatementCustomKeyQueryArgumentTextTransformationArgs>>) : ConvertibleToJava<WebAclRuleStatementRateBasedStatementCustomKeyQueryArgumentArgs> 
Constructors
Link copied to clipboard
                fun WebAclRuleStatementRateBasedStatementCustomKeyQueryArgumentArgs(name: Output<String>, textTransformations: Output<List<WebAclRuleStatementRateBasedStatementCustomKeyQueryArgumentTextTransformationArgs>>)
Functions
Properties
Link copied to clipboard
                val textTransformations: Output<List<WebAclRuleStatementRateBasedStatementCustomKeyQueryArgumentTextTransformationArgs>>
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.