datapipeline_set_status: Requests that the status of the specified physical or logical...

View source: R/datapipeline_operations.R

datapipeline_set_statusR Documentation

Requests that the status of the specified physical or logical pipeline objects be updated in the specified pipeline

Description

Requests that the status of the specified physical or logical pipeline objects be updated in the specified pipeline. This update might not occur immediately, but is eventually consistent. The status that can be set depends on the type of object (for example, DataNode or Activity). You cannot perform this operation on FINISHED pipelines and attempting to do so returns InvalidRequestException.

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

Usage

datapipeline_set_status(pipelineId, objectIds, status)

Arguments

pipelineId

[required] The ID of the pipeline that contains the objects.

objectIds

[required] The IDs of the objects. The corresponding objects can be either physical or components, but not a mix of both types.

status

[required] The status to be set on all the objects specified in objectIds. For components, use PAUSE or RESUME. For instances, use TRY_CANCEL, RERUN, or MARK_FINISHED.


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