ITranscribeJobExecutionSettings
Interface in AWS.Transcribe
Interface for JobExecutionSettings.
Properties
AllowDeferredExecution
property AllowDeferredExecution: TOptional<Boolean>
Enable job queueing whne your concurrent request limit is exceeded.
If you specify AllowDeferredExecution, you must also specify DataAccessRoleArn.
DataAccessRoleArn
property DataAccessRoleArn: TARN
The Amazon Resource Name (ARN) of an IAM role that has permissions to access the Amazon S3 bucket containing your input files.
If you specify DataAccessRoleArn, you must also specify AllowDeferredExecution.