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