RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementTextTransformationArgs

data class RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementTextTransformationArgs(val priority: Output<Int>, val type: Output<String>) : ConvertibleToJava<RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementTextTransformationArgs>

Constructors

constructor(priority: Output<Int>, type: Output<String>)

Properties

Link copied to clipboard
val priority: Output<Int>

The relative processing order for multiple transformations that are defined for a rule statement. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content.

Link copied to clipboard
val type: Output<String>

The transformation to apply, please refer to the Text Transformation documentation for more details.

Functions

Link copied to clipboard
open override fun toJava(): RuleGroupRuleStatementRateBasedStatementScopeDownStatementSizeConstraintStatementTextTransformationArgs