WebAclSqliMatchStatementArgs

data class WebAclSqliMatchStatementArgs(val fieldToMatch: Output<WebAclFieldToMatchArgs>, val sensitivityLevel: Output<WebAclSensitivityLevel>? = null, val textTransformations: Output<List<WebAclTextTransformationArgs>>) : ConvertibleToJava<WebAclSqliMatchStatementArgs>

Sqli Match Statement.

Constructors

Link copied to clipboard
fun WebAclSqliMatchStatementArgs(fieldToMatch: Output<WebAclFieldToMatchArgs>, sensitivityLevel: Output<WebAclSensitivityLevel>? = null, textTransformations: Output<List<WebAclTextTransformationArgs>>)

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard