datapipeline_put_pipeline_definition: Adds tasks, schedules, and preconditions to the specified...

View source: R/datapipeline_operations.R

datapipeline_put_pipeline_definitionR Documentation

Adds tasks, schedules, and preconditions to the specified pipeline

Description

Adds tasks, schedules, and preconditions to the specified pipeline. You can use put_pipeline_definition to populate a new pipeline.

See https://www.paws-r-sdk.com/docs/datapipeline_put_pipeline_definition/ for full documentation.

Usage

datapipeline_put_pipeline_definition(
  pipelineId,
  pipelineObjects,
  parameterObjects = NULL,
  parameterValues = NULL
)

Arguments

pipelineId

[required] The ID of the pipeline.

pipelineObjects

[required] The objects that define the pipeline. These objects overwrite the existing pipeline definition.

parameterObjects

The parameter objects used with the pipeline.

parameterValues

The parameter values used with the pipeline.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.