@Stability(value=Stable)
public static interface CfnStreamProcessor.NotificationChannelProperty
extends software.amazon.jsii.JsiiSerializable
Amazon Rekognition publishes a notification the first time an object of interest or a person is detected in the video stream. Amazon Rekognition also publishes an an end-of-session notification with a summary when the stream processing session is complete. For more information, see StreamProcessorNotificationChannel .
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.*;
NotificationChannelProperty notificationChannelProperty = NotificationChannelProperty.builder()
.arn("arn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnStreamProcessor.NotificationChannelProperty.Builder
A builder for
CfnStreamProcessor.NotificationChannelProperty |
static class |
CfnStreamProcessor.NotificationChannelProperty.Jsii$Proxy
An implementation for
CfnStreamProcessor.NotificationChannelProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnStreamProcessor.NotificationChannelProperty.Builder |
builder() |
String |
getArn()
The ARN of the SNS topic that receives notifications.
|
@Stability(value=Stable) @NotNull String getArn()
@Stability(value=Stable) static CfnStreamProcessor.NotificationChannelProperty.Builder builder()
Copyright © 2022. All rights reserved.