Skip to content

Stop Stream Processor

rekognition_stop_stream_processor R Documentation

Stops a running stream processor that was created by CreateStreamProcessor

Description

Stops a running stream processor that was created by create_stream_processor.

Usage

rekognition_stop_stream_processor(Name)

Arguments

Name

[required] The name of a stream processor created by create_stream_processor.

Value

An empty list.

Request syntax

svc$stop_stream_processor(
  Name = "string"
)