StreamProcessorArgs

data class StreamProcessorArgs(val boundingBoxRegionsOfInterest: Output<List<StreamProcessorBoundingBoxArgs>>? = null, val connectedHomeSettings: Output<StreamProcessorConnectedHomeSettingsArgs>? = null, val dataSharingPreference: Output<StreamProcessorDataSharingPreferenceArgs>? = null, val faceSearchSettings: Output<StreamProcessorFaceSearchSettingsArgs>? = null, val kinesisDataStream: Output<StreamProcessorKinesisDataStreamArgs>? = null, val kinesisVideoStream: Output<StreamProcessorKinesisVideoStreamArgs>? = null, val kmsKeyId: Output<String>? = null, val name: Output<String>? = null, val notificationChannel: Output<StreamProcessorNotificationChannelArgs>? = null, val polygonRegionsOfInterest: Output<List<List<StreamProcessorPointArgs>>>? = null, val roleArn: Output<String>? = null, val s3Destination: Output<StreamProcessorS3DestinationArgs>? = null, val tags: Output<List<StreamProcessorTagArgs>>? = null) : ConvertibleToJava<StreamProcessorArgs>

The AWS::Rekognition::StreamProcessor type is used to create an Amazon Rekognition StreamProcessor that you can use to analyze streaming videos.

Constructors

Link copied to clipboard
fun StreamProcessorArgs(boundingBoxRegionsOfInterest: Output<List<StreamProcessorBoundingBoxArgs>>? = null, connectedHomeSettings: Output<StreamProcessorConnectedHomeSettingsArgs>? = null, dataSharingPreference: Output<StreamProcessorDataSharingPreferenceArgs>? = null, faceSearchSettings: Output<StreamProcessorFaceSearchSettingsArgs>? = null, kinesisDataStream: Output<StreamProcessorKinesisDataStreamArgs>? = null, kinesisVideoStream: Output<StreamProcessorKinesisVideoStreamArgs>? = null, kmsKeyId: Output<String>? = null, name: Output<String>? = null, notificationChannel: Output<StreamProcessorNotificationChannelArgs>? = null, polygonRegionsOfInterest: Output<List<List<StreamProcessorPointArgs>>>? = null, roleArn: Output<String>? = null, s3Destination: Output<StreamProcessorS3DestinationArgs>? = null, tags: Output<List<StreamProcessorTagArgs>>? = null)

Functions

Link copied to clipboard
open override fun toJava(): StreamProcessorArgs

Properties

Link copied to clipboard

The BoundingBoxRegionsOfInterest specifies an array of bounding boxes of interest in the video frames to analyze, as part of connected home feature. If an object is partially in a region of interest, Rekognition will tag it as detected if the overlap of the object with the region-of-interest is greater than 20%.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val kmsKeyId: Output<String>? = null

The KMS key that is used by Rekognition to encrypt any intermediate customer metadata and store in the customer's S3 bucket.

Link copied to clipboard
val name: Output<String>? = null

Name of the stream processor. It's an identifier you assign to the stream processor. You can use it to manage the stream processor.

Link copied to clipboard

The PolygonRegionsOfInterest specifies a set of polygon areas of interest in the video frames to analyze, as part of connected home feature. Each polygon is in turn, an ordered list of Point

Link copied to clipboard
val roleArn: Output<String>? = null

ARN of the IAM role that allows access to the stream processor, and provides Rekognition read permissions for KVS stream and write permissions to S3 bucket and SNS topic.

Link copied to clipboard
Link copied to clipboard
val tags: Output<List<StreamProcessorTagArgs>>? = null

An array of key-value pairs to apply to this resource.