PipelineWorkloadDataflowLaunchTemplateRequestLaunchParametersArgs

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>

Constructors

constructor(environment: Output<PipelineWorkloadDataflowLaunchTemplateRequestLaunchParametersEnvironmentArgs>? = null, jobName: Output<String>, parameters: Output<Map<String, String>>? = null, transformNameMapping: Output<Map<String, String>>? = null, update: Output<Boolean>? = null)

Properties

Link copied to clipboard

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
val jobName: Output<String>

The job name to use for the created job.

Link copied to clipboard
val parameters: Output<Map<String, String>>? = null

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
val transformNameMapping: Output<Map<String, String>>? = null

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" }.'

Link copied to clipboard
val update: Output<Boolean>? = null

If set, replace the existing pipeline with the name specified by jobName with this pipeline, preserving state.

Functions

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