Interface CfnStreamProcessor.KinesisVideoStreamProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnStreamProcessor.KinesisVideoStreamProperty.Jsii$Proxy
- Enclosing class:
CfnStreamProcessor
@Stability(Stable)
public static interface CfnStreamProcessor.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.services.rekognition.*; KinesisVideoStreamProperty kinesisVideoStreamProperty = KinesisVideoStreamProperty.builder() .arn("arn") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnStreamProcessor.KinesisVideoStreamProperty
static final class
An implementation forCfnStreamProcessor.KinesisVideoStreamProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getArn
ARN of the Kinesis video stream stream that streams the source video. -
builder
-