@Stability(value=Stable)
public static interface CfnStreamProcessor.KinesisVideoStreamProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnStreamProcessor.KinesisVideoStreamProperty.Builder
A builder for
CfnStreamProcessor.KinesisVideoStreamProperty |
static class |
CfnStreamProcessor.KinesisVideoStreamProperty.Jsii$Proxy
An implementation for
CfnStreamProcessor.KinesisVideoStreamProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnStreamProcessor.KinesisVideoStreamProperty.Builder |
builder() |
String |
getArn()
ARN of the Kinesis video stream stream that streams the source video.
|
@Stability(value=Stable) @NotNull String getArn()
@Stability(value=Stable) static CfnStreamProcessor.KinesisVideoStreamProperty.Builder builder()
Copyright © 2022. All rights reserved.