AWS::Transcribe::MedicalTranscriptionJobResource type definition for an Amazon Transcribe Medical Transcription Job
9 configurable properties. 5 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
LanguageCode | string | RequiredCreate-only |
Media | Media | RequiredCreate-only |
MedicalTranscriptionJobName | string | RequiredCreate-only |
Specialty | string | RequiredCreate-only |
Type | string | RequiredCreate-only |
MediaFormat | string | Create-only |
MediaSampleRateHertz | integer | Create-only |
Settings | MedicalTranscriptionSetting | Create-only |
Tags | Array<Tag> | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) of the medical transcription job |
CreationTime | string | The date and time the medical transcription job was created |
Transcript | MedicalTranscript | Provides the Amazon S3 URI for the transcript |
TranscriptionJobStatus | string | The status of the medical transcription job |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Transcribe::MedicalTranscriptionJob
Resources:
MyResource:
Type: AWS::Transcribe::MedicalTranscriptionJob
Properties:
MedicalTranscriptionJobName: "my-medicaltranscriptionjobname"
LanguageCode: "value"
Media: "value"
Specialty: "PRIMARYCARE"
Type: "CONVERSATION"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
transcribe:GetMedicalTranscriptionJobtranscribe:ListTagsForResourcetranscribe:ListMedicalTranscriptionJobsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
LanguageCodeMediaMediaFormatMediaSampleRateHertzMedicalTranscriptionJobNameSettingsSpecialtyTagsType