AWS Fundamentals Logo
AWS Fundamentals
AWS::Transcribe::MedicalTranscriptionJob

Transcribe MedicalTranscriptionJob

Resource type definition for an Amazon Transcribe Medical Transcription Job

Properties

9 configurable properties. 5 required. Click a row to see details.

Filter:
PropertyTypeFlags
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

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringThe Amazon Resource Name (ARN) of the medical transcription job
CreationTimestringThe date and time the medical transcription job was created
TranscriptMedicalTranscriptProvides the Amazon S3 URI for the transcript
TranscriptionJobStatusstringThe status of the medical transcription job

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

read

transcribe:GetMedicalTranscriptionJobtranscribe:ListTagsForResource

list

transcribe:ListMedicalTranscriptionJobs

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceTranscribe
Properties13
Required5
TaggingSupported
Primary IDArn

Supported Operations

ReadList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

LanguageCodeMediaMediaFormatMediaSampleRateHertzMedicalTranscriptionJobNameSettingsSpecialtyTagsType

Related Resources

External Links