WorkflowTemplateParameterValidationRegexArgs

data class WorkflowTemplateParameterValidationRegexArgs(val regexes: Output<List<String>>) : ConvertibleToJava<WorkflowTemplateParameterValidationRegexArgs>

Constructors

Functions

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

Properties

Link copied to clipboard
val regexes: Output<List<String>>

Required. RE2 regular expressions used to validate the parameter's value. The value must match the regex in its entirety (substring matches are not sufficient).