@Stability(value=Stable)
public static interface CfnStreamProcessor.KinesisDataStreamProperty
extends software.amazon.jsii.JsiiSerializable
This is the Amazon Kinesis Data Streams instance to which the Amazon Rekognition stream processor streams the analysis results. This must be created within the constraints specified at KinesisDataStream .
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.*;
KinesisDataStreamProperty kinesisDataStreamProperty = KinesisDataStreamProperty.builder()
.arn("arn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnStreamProcessor.KinesisDataStreamProperty.Builder
A builder for
CfnStreamProcessor.KinesisDataStreamProperty |
static class |
CfnStreamProcessor.KinesisDataStreamProperty.Jsii$Proxy
An implementation for
CfnStreamProcessor.KinesisDataStreamProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnStreamProcessor.KinesisDataStreamProperty.Builder |
builder() |
String |
getArn()
ARN of the output Amazon Kinesis Data Streams stream.
|
@Stability(value=Stable) @NotNull String getArn()
@Stability(value=Stable) static CfnStreamProcessor.KinesisDataStreamProperty.Builder builder()
Copyright © 2022. All rights reserved.