class Aws::Rekognition::Types::StreamProcessorOutput

Information about the Amazon Kinesis Data Streams stream to which a Amazon Rekognition Video stream processor streams the results of a video analysis. For more information, see CreateStreamProcessor in the Amazon Rekognition Developer Guide.

@note When making an API call, you may pass StreamProcessorOutput

data as a hash:

    {
      kinesis_data_stream: {
        arn: "KinesisDataArn",
      },
    }

@!attribute [rw] kinesis_data_stream

The Amazon Kinesis Data Streams stream to which the Amazon
Rekognition stream processor streams the analysis results.
@return [Types::KinesisDataStream]

Constants

SENSITIVE