Rule Group Rule Statement Rate Based Statement Custom Key Cookie Args
    data class RuleGroupRuleStatementRateBasedStatementCustomKeyCookieArgs(val name: Output<String>, val textTransformations: Output<List<RuleGroupRuleStatementRateBasedStatementCustomKeyCookieTextTransformationArgs>>) : ConvertibleToJava<RuleGroupRuleStatementRateBasedStatementCustomKeyCookieArgs> 
Constructors
Link copied to clipboard
                fun RuleGroupRuleStatementRateBasedStatementCustomKeyCookieArgs(name: Output<String>, textTransformations: Output<List<RuleGroupRuleStatementRateBasedStatementCustomKeyCookieTextTransformationArgs>>)
Functions
Properties
Link copied to clipboard
                val textTransformations: Output<List<RuleGroupRuleStatementRateBasedStatementCustomKeyCookieTextTransformationArgs>>
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.