dataflow Launch Template Request
suspend fun dataflowLaunchTemplateRequest(value: Output<PipelineWorkloadDataflowLaunchTemplateRequestArgs>)
suspend fun dataflowLaunchTemplateRequest(value: PipelineWorkloadDataflowLaunchTemplateRequestArgs?)
Parameters
value
Template information and additional parameters needed to launch a Dataflow job using the standard launch API. https://cloud.google.com/dataflow/docs/reference/data-pipelines/rest/v1/projects.locations.pipelines#launchtemplaterequest Structure is documented below.
suspend fun dataflowLaunchTemplateRequest(argument: suspend PipelineWorkloadDataflowLaunchTemplateRequestArgsBuilder.() -> Unit)
Parameters
argument
Template information and additional parameters needed to launch a Dataflow job using the standard launch API. https://cloud.google.com/dataflow/docs/reference/data-pipelines/rest/v1/projects.locations.pipelines#launchtemplaterequest Structure is documented below.