Pipeline Workload Dataflow Launch Template Request Launch Parameters Args
data class PipelineWorkloadDataflowLaunchTemplateRequestLaunchParametersArgs(val environment: Output<PipelineWorkloadDataflowLaunchTemplateRequestLaunchParametersEnvironmentArgs>? = null, val jobName: Output<String>, val parameters: Output<Map<String, String>>? = null, val transformNameMapping: Output<Map<String, String>>? = null, val update: Output<Boolean>? = null) : ConvertibleToJava<PipelineWorkloadDataflowLaunchTemplateRequestLaunchParametersArgs>
Properties
Link copied to clipboard
val environment: Output<PipelineWorkloadDataflowLaunchTemplateRequestLaunchParametersEnvironmentArgs>? = null
The runtime environment for the job. https://cloud.google.com/dataflow/docs/reference/data-pipelines/rest/v1/projects.locations.pipelines#RuntimeEnvironment Structure is documented below.
Link copied to clipboard
The runtime parameters to pass to the job. 'An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.'
Link copied to clipboard
Map of transform name prefixes of the job to be replaced to the corresponding name prefixes of the new job. Only applicable when updating a pipeline. 'An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.'