Regex Pattern Set Args
data class RegexPatternSetArgs(val description: Output<String>? = null, val name: Output<String>? = null, val regularExpressionList: Output<List<String>>? = null, val scope: Output<RegexPatternSetScope>? = null, val tags: Output<List<RegexPatternSetTagArgs>>? = null) : ConvertibleToJava<RegexPatternSetArgs>
Contains a list of Regular expressions based on the provided inputs. RegexPatternSet can be used with other WAF entities with RegexPatternSetReferenceStatement to perform other actions .
Constructors
Link copied to clipboard
fun RegexPatternSetArgs(description: Output<String>? = null, name: Output<String>? = null, regularExpressionList: Output<List<String>>? = null, scope: Output<RegexPatternSetScope>? = null, tags: Output<List<RegexPatternSetTagArgs>>? = null)