Web Acl Sqli Match Statement Args
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>>)