aws-cdk-lib.aws_rekognition.CfnStreamProcessor.KinesisVideoStreamProperty

interface KinesisVideoStreamProperty

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

The Kinesis video stream that provides the source of the streaming video for an Amazon Rekognition Video stream processor.

For more information, see KinesisVideoStream .

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 kinesisVideoStreamProperty: rekognition.CfnStreamProcessor.KinesisVideoStreamProperty = {
  arn: 'arn',
};

Properties

NameTypeDescription
arnstringARN of the Kinesis video stream stream that streams the source video.

arn

Type: string

ARN of the Kinesis video stream stream that streams the source video.