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