Rule Group Rule Statement Args Builder
Builder for RuleGroupRuleStatementArgs.
Functions
Link copied to clipboard
suspend fun andStatement(argument: suspend RuleGroupRuleStatementAndStatementArgsBuilder.() -> Unit)
Link copied to clipboard
suspend fun byteMatchStatement(argument: suspend RuleGroupRuleStatementByteMatchStatementArgsBuilder.() -> Unit)
Link copied to clipboard
suspend fun geoMatchStatement(argument: suspend RuleGroupRuleStatementGeoMatchStatementArgsBuilder.() -> Unit)
Link copied to clipboard
suspend fun ipSetReferenceStatement(value: Output<RuleGroupRuleStatementIpSetReferenceStatementArgs>)
suspend fun ipSetReferenceStatement(argument: suspend RuleGroupRuleStatementIpSetReferenceStatementArgsBuilder.() -> Unit)
Link copied to clipboard
suspend fun labelMatchStatement(argument: suspend RuleGroupRuleStatementLabelMatchStatementArgsBuilder.() -> Unit)
Link copied to clipboard
suspend fun notStatement(argument: suspend RuleGroupRuleStatementNotStatementArgsBuilder.() -> Unit)
Link copied to clipboard
Link copied to clipboard
suspend fun rateBasedStatement(argument: suspend RuleGroupRuleStatementRateBasedStatementArgsBuilder.() -> Unit)
Link copied to clipboard
suspend fun regexMatchStatement(argument: suspend RuleGroupRuleStatementRegexMatchStatementArgsBuilder.() -> Unit)
Link copied to clipboard
suspend fun regexPatternSetReferenceStatement(value: RuleGroupRuleStatementRegexPatternSetReferenceStatementArgs?)
suspend fun regexPatternSetReferenceStatement(value: Output<RuleGroupRuleStatementRegexPatternSetReferenceStatementArgs>)
suspend fun regexPatternSetReferenceStatement(argument: suspend RuleGroupRuleStatementRegexPatternSetReferenceStatementArgsBuilder.() -> Unit)
Link copied to clipboard
suspend fun sizeConstraintStatement(value: Output<RuleGroupRuleStatementSizeConstraintStatementArgs>)
suspend fun sizeConstraintStatement(argument: suspend RuleGroupRuleStatementSizeConstraintStatementArgsBuilder.() -> Unit)
Link copied to clipboard
suspend fun sqliMatchStatement(argument: suspend RuleGroupRuleStatementSqliMatchStatementArgsBuilder.() -> Unit)
Link copied to clipboard
suspend fun xssMatchStatement(argument: suspend RuleGroupRuleStatementXssMatchStatementArgsBuilder.() -> Unit)