Interface CfnStreamProcessorPropsMixin.NotificationChannelProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnStreamProcessorPropsMixin.NotificationChannelProperty.Jsii$Proxy
- Enclosing class:
CfnStreamProcessorPropsMixin
@Stability(Stable)
public static interface CfnStreamProcessorPropsMixin.NotificationChannelProperty
extends software.amazon.jsii.JsiiSerializable
The Amazon Simple Notification Service topic to which Amazon Rekognition publishes the object detection results and completion status of a video analysis operation.
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.cfnpropertymixins.services.rekognition.*;
NotificationChannelProperty notificationChannelProperty = NotificationChannelProperty.builder()
.arn("arn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnStreamProcessorPropsMixin.NotificationChannelPropertystatic final classAn implementation forCfnStreamProcessorPropsMixin.NotificationChannelProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getArn
The ARN of the SNS topic that receives notifications.- See Also:
-
builder
@Stability(Stable) static CfnStreamProcessorPropsMixin.NotificationChannelProperty.Builder builder()
-