dataflow Flex Template Request
suspend fun dataflowFlexTemplateRequest(value: Output<PipelineWorkloadDataflowFlexTemplateRequestArgs>)
Parameters
value
Template information and additional parameters needed to launch a Dataflow job using the flex launch API. https://cloud.google.com/dataflow/docs/reference/data-pipelines/rest/v1/projects.locations.pipelines#launchflextemplaterequest Structure is documented below.
suspend fun dataflowFlexTemplateRequest(argument: suspend PipelineWorkloadDataflowFlexTemplateRequestArgsBuilder.() -> Unit)
Parameters
argument
Template information and additional parameters needed to launch a Dataflow job using the flex launch API. https://cloud.google.com/dataflow/docs/reference/data-pipelines/rest/v1/projects.locations.pipelines#launchflextemplaterequest Structure is documented below.