Interface CfnStreamProcessorPropsMixin.KinesisVideoStreamProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnStreamProcessorPropsMixin.KinesisVideoStreamProperty.Jsii$Proxy
Enclosing class:
CfnStreamProcessorPropsMixin

@Stability(Stable) public static interface CfnStreamProcessorPropsMixin.KinesisVideoStreamProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.cfnpropertymixins.services.rekognition.*;
 KinesisVideoStreamProperty kinesisVideoStreamProperty = KinesisVideoStreamProperty.builder()
         .arn("arn")
         .build();
 

See Also: