environment
suspend fun environment(value: Output<PipelineWorkloadDataflowLaunchTemplateRequestLaunchParametersEnvironmentArgs>)
suspend fun environment(value: PipelineWorkloadDataflowLaunchTemplateRequestLaunchParametersEnvironmentArgs?)
Parameters
value
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.
suspend fun environment(argument: suspend PipelineWorkloadDataflowLaunchTemplateRequestLaunchParametersEnvironmentArgsBuilder.() -> Unit)
Parameters
argument
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.