AWS::Rekognition::StreamProcessor S3Destination - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::Rekognition::StreamProcessor S3Destination

The Amazon S3 bucket location to which Amazon Rekognition publishes the detailed inference results of a video analysis operation. These results include the name of the stream processor resource, the session ID of the stream processing session, and labeled timestamps and bounding boxes for detected labels. For more information, see S3Destination.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "BucketName" : String, "ObjectKeyPrefix" : String }

YAML

BucketName: String ObjectKeyPrefix: String

Properties

BucketName

Describes the destination Amazon Simple Storage Service (Amazon S3) bucket name of a stream processor's exports.

Required: Yes

Type: String

Maximum: 63

Update requires: Replacement

ObjectKeyPrefix

Describes the destination Amazon Simple Storage Service (Amazon S3) object keys of a stream processor's exports.

Required: No

Type: String

Maximum: 256

Update requires: Replacement