WebAclSizeConstraintStatementArgs

data class WebAclSizeConstraintStatementArgs(val comparisonOperator: Output<WebAclSizeConstraintStatementComparisonOperator>, val fieldToMatch: Output<WebAclFieldToMatchArgs>, val size: Output<Double>, val textTransformations: Output<List<WebAclTextTransformationArgs>>) : ConvertibleToJava<WebAclSizeConstraintStatementArgs>

Size Constraint statement.

Constructors

Link copied to clipboard
fun WebAclSizeConstraintStatementArgs(comparisonOperator: Output<WebAclSizeConstraintStatementComparisonOperator>, fieldToMatch: Output<WebAclFieldToMatchArgs>, size: Output<Double>, textTransformations: Output<List<WebAclTextTransformationArgs>>)

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard
val size: Output<Double>