This is the new AWS 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 AWS CloudFormation template, use the following syntax:
JSON
{ "BucketName" :String, "ObjectKeyPrefix" :String}
YAML
BucketName:StringObjectKeyPrefix: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: 63Update 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: 256Update requires: Replacement