Skip to contents

Validates the specified pipeline definition to ensure that it is well formed and can be run without error.

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

Usage

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

Arguments

pipelineId

[required] The ID of the pipeline.

pipelineObjects

[required] The objects that define the pipeline changes to validate against the pipeline.

parameterObjects

The parameter objects used with the pipeline.

parameterValues

The parameter values used with the pipeline.