WebAclRegexMatchStatementArgs

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

Constructors

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

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard
val regexString: Output<String>