StreamProcessor

class StreamProcessor : KotlinCustomResource

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

Properties

Link copied to clipboard
val arn: Output<String>
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
val id: Output<String>
Link copied to clipboard
val kmsKeyId: Output<String>?

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>?

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 pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val roleArn: Output<String>

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 status: Output<String>

Current status of the stream processor.

Link copied to clipboard
val statusMessage: Output<String>

Detailed status message about the stream processor.

Link copied to clipboard

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

Link copied to clipboard
val urn: Output<String>