interface MedicalTranscriptionJobReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Transcribe.MedicalTranscriptionJobReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awstranscribe#MedicalTranscriptionJobReference |
Java | software.amazon.awscdk.interfaces.transcribe.MedicalTranscriptionJobReference |
Python | aws_cdk.interfaces.aws_transcribe.MedicalTranscriptionJobReference |
TypeScript | aws-cdk-lib » interfaces » aws_transcribe » MedicalTranscriptionJobReference |
A reference to a MedicalTranscriptionJob resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_transcribe as interfaces_transcribe } from 'aws-cdk-lib/interfaces';
const medicalTranscriptionJobReference: interfaces_transcribe.MedicalTranscriptionJobReference = {
medicalTranscriptionJobArn: 'medicalTranscriptionJobArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| medical | string | The Arn of the MedicalTranscriptionJob resource. |
medicalTranscriptionJobArn
Type:
string
The Arn of the MedicalTranscriptionJob resource.

.NET
Go
Java
Python
TypeScript