interface KinesisVideoStreamProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Rekognition.CfnStreamProcessor.KinesisVideoStreamProperty |
Java | software.amazon.awscdk.services.rekognition.CfnStreamProcessor.KinesisVideoStreamProperty |
Python | aws_cdk.aws_rekognition.CfnStreamProcessor.KinesisVideoStreamProperty |
TypeScript | @aws-cdk/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 * as rekognition from '@aws-cdk/aws-rekognition';
const kinesisVideoStreamProperty: rekognition.CfnStreamProcessor.KinesisVideoStreamProperty = {
arn: 'arn',
};
Properties
Name | Type | Description |
---|---|---|
arn | string | ARN 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.