interface KinesisVideoStreamProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Rekognition.Mixins.CfnStreamProcessorPropsMixin.KinesisVideoStreamProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsrekognition/mixins#CfnStreamProcessorPropsMixin_KinesisVideoStreamProperty |
Java | software.amazon.awscdk.mixins.preview.services.rekognition.mixins.CfnStreamProcessorPropsMixin.KinesisVideoStreamProperty |
Python | aws_cdk.mixins_preview.aws_rekognition.mixins.CfnStreamProcessorPropsMixin.KinesisVideoStreamProperty |
TypeScript | @aws-cdk/mixins-preview » aws_rekognition » mixins » CfnStreamProcessorPropsMixin » 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 { mixins as rekognition_mixins } from '@aws-cdk/mixins-preview/aws-rekognition';
const kinesisVideoStreamProperty: rekognition_mixins.CfnStreamProcessorPropsMixin.KinesisVideoStreamProperty = {
arn: 'arn',
};
Properties
| Name | Type | Description |
|---|---|---|
| arn? | string | ARN of the Kinesis video stream stream that streams the source video. |
arn?
Type:
string
(optional)
ARN of the Kinesis video stream stream that streams the source video.

.NET
Go
Java
Python
TypeScript