EnterpriseCrmEventbusProtoParamSpecEntryValidationRuleStringRegexArgs

data class EnterpriseCrmEventbusProtoParamSpecEntryValidationRuleStringRegexArgs(val exclusive: Output<Boolean>? = null, val regex: Output<String>? = null) : ConvertibleToJava<EnterpriseCrmEventbusProtoParamSpecEntryValidationRuleStringRegexArgs>

Rule used to validate strings.

Constructors

Functions

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

Properties

Link copied to clipboard
val exclusive: Output<Boolean>? = null

Whether the regex matcher is applied exclusively (if true, matching values will be rejected).

Link copied to clipboard
val regex: Output<String>? = null

The regex applied to the input value(s).