Class WorkflowTemplateParameterArgs


  • public final class WorkflowTemplateParameterArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • description

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> description()
        Returns:
        Brief description of the parameter. Must not exceed 1024 characters.
      • fields

        public com.pulumi.core.Output<java.util.List<java.lang.String>> fields()
        Returns:
        Required. Paths to all fields that the parameter replaces. A field is allowed to appear in at most one parameter's list of field paths. A field path is similar in syntax to a .sparkJob.args
      • name

        public com.pulumi.core.Output<java.lang.String> name()
        Returns:
        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.