aws-cdk-lib.aws_rekognition.CfnStreamProcessor.NotificationChannelProperty

interface NotificationChannelProperty

LanguageType name
.NETAmazon.CDK.AWS.Rekognition.CfnStreamProcessor.NotificationChannelProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsrekognition#CfnStreamProcessor_NotificationChannelProperty
Javasoftware.amazon.awscdk.services.rekognition.CfnStreamProcessor.NotificationChannelProperty
Pythonaws_cdk.aws_rekognition.CfnStreamProcessor.NotificationChannelProperty
TypeScript aws-cdk-lib » aws_rekognition » CfnStreamProcessor » NotificationChannelProperty

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 { aws_rekognition as rekognition } from 'aws-cdk-lib';
const notificationChannelProperty: rekognition.CfnStreamProcessor.NotificationChannelProperty = {
  arn: 'arn',
};

Properties

NameTypeDescription
arnstringThe ARN of the SNS topic that receives notifications.

arn

Type: string

The ARN of the SNS topic that receives notifications.