aws-cdk-lib.aws_rekognition.CfnStreamProcessor.S3DestinationProperty

interface S3DestinationProperty

LanguageType name
.NETAmazon.CDK.AWS.Rekognition.CfnStreamProcessor.S3DestinationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsrekognition#CfnStreamProcessor_S3DestinationProperty
Javasoftware.amazon.awscdk.services.rekognition.CfnStreamProcessor.S3DestinationProperty
Pythonaws_cdk.aws_rekognition.CfnStreamProcessor.S3DestinationProperty
TypeScript aws-cdk-lib » aws_rekognition » CfnStreamProcessor » S3DestinationProperty

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 .

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_rekognition as rekognition } from 'aws-cdk-lib';
const s3DestinationProperty: rekognition.CfnStreamProcessor.S3DestinationProperty = {
  bucketName: 'bucketName',

  // the properties below are optional
  objectKeyPrefix: 'objectKeyPrefix',
};

Properties

NameTypeDescription
bucketNamestringDescribes the destination Amazon Simple Storage Service (Amazon S3) bucket name of a stream processor's exports.
objectKeyPrefix?stringDescribes the destination Amazon Simple Storage Service (Amazon S3) object keys of a stream processor's exports.

bucketName

Type: string

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


objectKeyPrefix?

Type: string (optional)

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