Skip to main content

IRekognitionStartMediaAnalysisJobRequest

Interface in AWS.Rekognition

Interface for StartMediaAnalysisJob requests.

Ancestors

Properties

ClientRequestToken

property ClientRequestToken: string

Optionally specify an idempotent token to identify the request.

Requests made with the same token will receive the same response. Use this token to prevent the same request being processed multiple times.

Input

property Input: IRekognitionMediaAnalysisInput

Type: IRekognitionMediaAnalysisInput

Specify the input data to be analyzed by the job.

JobName

property JobName: string

Optionally, specify the name of the job.

Does not have to be unique.

KmsKeyId

property KmsKeyId: string

Optionally, specify a customer managed AWS KMS key to be used for encryption.

Can be specified by name or Amazon Resource Name (ARN). The key is used to encrypt images copied into the service and also the results and manifest files written to the output Amazon S3 bucket.

OperationsConfig

property OperationsConfig: IRekognitionMediaAnalysisOperationsConfig

Type: IRekognitionMediaAnalysisOperationsConfig

Configuration options for the media analysis job.

OutputConfig

property OutputConfig: IRekognitionMediaAnalysisOutputConfig

Type: IRekognitionMediaAnalysisOutputConfig

The configuration for the output destination on Amazon S3.