Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CreateStreamProcessorRequest

import type { CreateStreamProcessorRequest } from "https://aws-api.deno.dev/v0.3/services/rekognition.ts?docs=full";
interface CreateStreamProcessorRequest {
Name: string;
RoleArn: string;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§

Kinesis video stream stream that provides the source streaming video. If you are using the AWS CLI, the parameter name is StreamProcessorInput.

§
Name: string
[src]

An identifier you assign to the stream processor. You can use Name to manage the stream processor. For example, you can get the current status of the stream processor by calling "DescribeStreamProcessor". Name is idempotent.

§

Kinesis data stream stream to which Amazon Rekognition Video puts the analysis results. If you are using the AWS CLI, the parameter name is StreamProcessorOutput.

§
RoleArn: string
[src]

ARN of the IAM role that allows access to the stream processor.

§

Face recognition input parameters to be used by the stream processor. Includes the collection to use for face recognition and the face attributes to detect.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

A set of tags (key-value pairs) that you want to attach to the stream processor.