RegexPatternSetRegularExpressionArgs

data class RegexPatternSetRegularExpressionArgs(val regexString: Output<String>) : ConvertibleToJava<RegexPatternSetRegularExpressionArgs>

Constructors

Link copied to clipboard
constructor(regexString: Output<String>)

Properties

Link copied to clipboard
val regexString: Output<String>

The string representing the regular expression, see the AWS WAF documentation for more information.

Functions

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