interface KinesisVideoStreamProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Rekognition.CfnStreamProcessorPropsMixin.KinesisVideoStreamProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsrekognition#CfnStreamProcessorPropsMixin_KinesisVideoStreamProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.rekognition.CfnStreamProcessorPropsMixin.KinesisVideoStreamProperty |
Python | aws_cdk.cfn_property_mixins.aws_rekognition.CfnStreamProcessorPropsMixin.KinesisVideoStreamProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_rekognition » 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 { aws_rekognition as rekognition } from '@aws-cdk/cfn-property-mixins';
const kinesisVideoStreamProperty: rekognition.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