google_api_dataflow v0.0.1 GoogleApi.Dataflow.V1b3.Model.LaunchTemplateParameters View Source
Parameters to provide to the template being launched.
Attributes
- parameters (Map[String, String]): The runtime parameters to pass to the job. Defaults to:
null
. - environment (RuntimeEnvironment): The runtime environment for the job. Defaults to:
null
. - jobName (String): Required. The job name to use for the created job. Defaults to:
null
.