Class CfnStreamProcessorPropsMixin.NotificationChannelProperty
The Amazon Simple Notification Service topic to which Amazon Rekognition publishes the object detection results and completion status of a video analysis operation.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.Rekognition.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnStreamProcessorPropsMixin.NotificationChannelProperty : CfnStreamProcessorPropsMixin.INotificationChannelProperty
Syntax (vb)
Public Class CfnStreamProcessorPropsMixin.NotificationChannelProperty Implements CfnStreamProcessorPropsMixin.INotificationChannelProperty
Remarks
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 .
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.Rekognition.Mixins;
var notificationChannelProperty = new NotificationChannelProperty {
Arn = "arn"
};
Synopsis
Constructors
| NotificationChannelProperty() | The Amazon Simple Notification Service topic to which Amazon Rekognition publishes the object detection results and completion status of a video analysis operation. |
Properties
| Arn | The ARN of the SNS topic that receives notifications. |
Constructors
NotificationChannelProperty()
The Amazon Simple Notification Service topic to which Amazon Rekognition publishes the object detection results and completion status of a video analysis operation.
public NotificationChannelProperty()
Remarks
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 .
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.Rekognition.Mixins;
var notificationChannelProperty = new NotificationChannelProperty {
Arn = "arn"
};
Properties
Arn
The ARN of the SNS topic that receives notifications.
public string? Arn { get; set; }