Output configuration provided in the job creation request.

interface MediaAnalysisOutputConfig {
    S3Bucket: undefined | string;
    S3KeyPrefix?: string;
}

Properties

S3Bucket: undefined | string

Specifies the Amazon S3 bucket to contain the output of the media analysis job.

S3KeyPrefix?: string

Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for storage.