@aws-sdk/client-data-pipeline

DeactivatePipelineCommandInput Interface

Members

Name
Type
Details
pipelineId Requiredstring | undefined

The ID of the pipeline.

cancelActive boolean | undefined

Indicates whether to cancel any running objects. The default is true, which sets the state of any running objects to CANCELED. If this value is false, the pipeline is deactivated after all running objects finish.

Full Signature

export interface DeactivatePipelineCommandInput extends DeactivatePipelineInput