Custom Rule Args
data class CustomRuleArgs(val action: Output<Either<String, ActionType>>, val enabledState: Output<Either<String, CustomRuleEnabledState>>? = null, val matchConditions: Output<List<MatchConditionArgs>>, val name: Output<String>, val priority: Output<Int>) : ConvertibleToJava<CustomRuleArgs>
Defines the common attributes for a custom rule that can be included in a waf policy
Constructors
Link copied to clipboard
constructor(action: Output<Either<String, ActionType>>, enabledState: Output<Either<String, CustomRuleEnabledState>>? = null, matchConditions: Output<List<MatchConditionArgs>>, name: Output<String>, priority: Output<Int>)