aws-cdk-lib.aws_rekognition.CfnStreamProcessor.KinesisDataStreamProperty

interface KinesisDataStreamProperty

LanguageType name
.NETAmazon.CDK.AWS.Rekognition.CfnStreamProcessor.KinesisDataStreamProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsrekognition#CfnStreamProcessor_KinesisDataStreamProperty
Javasoftware.amazon.awscdk.services.rekognition.CfnStreamProcessor.KinesisDataStreamProperty
Pythonaws_cdk.aws_rekognition.CfnStreamProcessor.KinesisDataStreamProperty
TypeScript aws-cdk-lib » aws_rekognition » CfnStreamProcessor » KinesisDataStreamProperty

Amazon Rekognition Video Stream Processor take as input a Kinesis video stream (Input) and a Kinesis data stream (Output).

This is the Amazon Kinesis Data Streams instance to which the Amazon Rekognition stream processor streams the analysis results. This must be created within the constraints specified at KinesisDataStream .

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_rekognition as rekognition } from 'aws-cdk-lib';
const kinesisDataStreamProperty: rekognition.CfnStreamProcessor.KinesisDataStreamProperty = {
  arn: 'arn',
};

Properties

NameTypeDescription
arnstringARN of the output Amazon Kinesis Data Streams stream.

arn

Type: string

ARN of the output Amazon Kinesis Data Streams stream.