GoogleCloudDatapipelinesV1LaunchTemplateParametersArgs

data class GoogleCloudDatapipelinesV1LaunchTemplateParametersArgs(val environment: Output<GoogleCloudDatapipelinesV1RuntimeEnvironmentArgs>? = 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<GoogleCloudDatapipelinesV1LaunchTemplateParametersArgs>

Parameters to provide to the template being launched.

Constructors

fun GoogleCloudDatapipelinesV1LaunchTemplateParametersArgs(environment: Output<GoogleCloudDatapipelinesV1RuntimeEnvironmentArgs>? = null, jobName: Output<String>, parameters: Output<Map<String, String>>? = null, transformNameMapping: Output<Map<String, String>>? = null, update: Output<Boolean>? = null)

Functions

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

Properties

Link copied to clipboard

The runtime environment for the job.

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.

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.

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.