Show / Hide Table of Contents

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.

Inheritance
object
CfnStreamProcessorPropsMixin.NotificationChannelProperty
Implements
CfnStreamProcessorPropsMixin.INotificationChannelProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rekognition-streamprocessor-notificationchannel.html

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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rekognition-streamprocessor-notificationchannel.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rekognition-streamprocessor-notificationchannel.html#cfn-rekognition-streamprocessor-notificationchannel-arn

Implements

CfnStreamProcessorPropsMixin.INotificationChannelProperty
Back to top Generated by DocFX