datapipeline_activate_pipeline: Validates the specified pipeline and starts processing...

View source: R/datapipeline_operations.R

datapipeline_activate_pipelineR Documentation

Validates the specified pipeline and starts processing pipeline tasks

Description

Validates the specified pipeline and starts processing pipeline tasks. If the pipeline does not pass validation, activation fails.

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

Usage

datapipeline_activate_pipeline(
  pipelineId,
  parameterValues = NULL,
  startTimestamp = NULL
)

Arguments

pipelineId

[required] The ID of the pipeline.

parameterValues

A list of parameter values to pass to the pipeline at activation.

startTimestamp

The date and time to resume the pipeline. By default, the pipeline resumes from the last completed execution.


paws.analytics documentation built on Sept. 12, 2024, 6:40 a.m.