Workflow Template Parameter Args
data class WorkflowTemplateParameterArgs(val description: Output<String>? = null, val fields: Output<List<String>>, val name: Output<String>, val validation: Output<WorkflowTemplateParameterValidationArgs>? = null) : ConvertibleToJava<WorkflowTemplateParameterArgs>
Constructors
Link copied to clipboard
fun WorkflowTemplateParameterArgs(description: Output<String>? = null, fields: Output<List<String>>, name: Output<String>, validation: Output<WorkflowTemplateParameterValidationArgs>? = null)
Functions
Properties
Link copied to clipboard
Required. Parameter name. The parameter name is used as the key, and paired with the parameter value, which are passed to the template when the template is instantiated. The name must contain only capital letters (A-Z), numbers (0-9), and underscores (_), and must not start with a number. The maximum length is 40 characters.