datapipeline_validate_pipeline_definition: Validates the specified pipeline definition to ensure that it...

View source: R/datapipeline_operations.R

datapipeline_validate_pipeline_definitionR Documentation

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

Description

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.


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