WebAclXssMatchStatementArgs

data class WebAclXssMatchStatementArgs(val fieldToMatch: Output<WebAclFieldToMatchArgs>, val textTransformations: Output<List<WebAclTextTransformationArgs>>) : ConvertibleToJava<WebAclXssMatchStatementArgs>

Xss Match Statement.

Constructors

Link copied to clipboard
fun WebAclXssMatchStatementArgs(fieldToMatch: Output<WebAclFieldToMatchArgs>, textTransformations: Output<List<WebAclTextTransformationArgs>>)

Functions

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

Properties

Link copied to clipboard