Class CfnMedicalTranscriptionJob

java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.transcribe.CfnMedicalTranscriptionJob
All Implemented Interfaces:
IInspectable, IEnvironmentAware, IMedicalTranscriptionJobRef, ITaggableV2, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

@Generated(value="jsii-pacmak/1.138.0 (build 0ca7ee8)", date="2026-08-10T14:51:13.332Z") @Stability(Stable) public class CfnMedicalTranscriptionJob extends CfnResource implements IInspectable, IMedicalTranscriptionJobRef, ITaggableV2
Resource type definition for an Amazon Transcribe Medical Transcription Job.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.transcribe.*;
 CfnMedicalTranscriptionJob cfnMedicalTranscriptionJob = CfnMedicalTranscriptionJob.Builder.create(this, "MyCfnMedicalTranscriptionJob")
         .languageCode("languageCode")
         .media(MediaProperty.builder()
                 .mediaFileUri("mediaFileUri")
                 .build())
         .medicalTranscriptionJobName("medicalTranscriptionJobName")
         .specialty("specialty")
         .type("type")
         // the properties below are optional
         .mediaFormat("mediaFormat")
         .mediaSampleRateHertz(123)
         .settings(MedicalTranscriptionSettingProperty.builder()
                 .channelIdentification(false)
                 .showAlternatives(false)
                 .build())
         .tags(List.of(CfnTag.builder()
                 .key("key")
                 .value("value")
                 .build()))
         .build();
 

See Also:
  • Field Details

    • CFN_RESOURCE_TYPE_NAME

      @Stability(Stable) public static final String CFN_RESOURCE_TYPE_NAME
      The CloudFormation resource type name for this resource class.
  • Constructor Details

    • CfnMedicalTranscriptionJob

      protected CfnMedicalTranscriptionJob(software.amazon.jsii.JsiiObjectRef objRef)
    • CfnMedicalTranscriptionJob

      protected CfnMedicalTranscriptionJob(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • CfnMedicalTranscriptionJob

      @Stability(Stable) public CfnMedicalTranscriptionJob(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnMedicalTranscriptionJobProps props)
      Create a new AWS::Transcribe::MedicalTranscriptionJob.

      Parameters:
      scope - Scope in which this resource is defined. This parameter is required.
      id - Construct identifier for this resource (unique in its scope). This parameter is required.
      props - Resource properties. This parameter is required.
  • Method Details

    • arnForMedicalTranscriptionJob

      @Stability(Stable) @NotNull public static String arnForMedicalTranscriptionJob(@NotNull IMedicalTranscriptionJobRef resource)
      Parameters:
      resource - This parameter is required.
    • isCfnMedicalTranscriptionJob

      @Stability(Stable) @NotNull public static Boolean isCfnMedicalTranscriptionJob(@NotNull Object x)
      Checks whether the given object is a CfnMedicalTranscriptionJob.

      Parameters:
      x - This parameter is required.
    • inspect

      @Stability(Stable) public void inspect(@NotNull TreeInspector inspector)
      Examines the CloudFormation resource and discloses attributes.

      Specified by:
      inspect in interface IInspectable
      Parameters:
      inspector - tree inspector to collect and process attributes. This parameter is required.
    • renderProperties

      @Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
      Overrides:
      renderProperties in class CfnResource
      Parameters:
      props - This parameter is required.
    • getAttrArn

      @Stability(Stable) @NotNull public String getAttrArn()
      The Amazon Resource Name (ARN) of the medical transcription job.
    • getAttrCreationTime

      @Stability(Stable) @NotNull public String getAttrCreationTime()
      The date and time the medical transcription job was created.
    • getAttrTranscript

      @Stability(Stable) @NotNull public IResolvable getAttrTranscript()
    • getAttrTranscriptionJobStatus

      @Stability(Stable) @NotNull public String getAttrTranscriptionJobStatus()
      The status of the medical transcription job.
    • getCdkTagManager

      @Stability(Stable) @NotNull public TagManager getCdkTagManager()
      Tag Manager which manages the tags for this resource.
      Specified by:
      getCdkTagManager in interface ITaggableV2
    • getCfnProperties

      @Stability(Stable) @NotNull protected Map<String,Object> getCfnProperties()
      Overrides:
      getCfnProperties in class CfnResource
    • getCfnPropertyNames

      @Stability(Stable) @NotNull protected Map<String,String> getCfnPropertyNames()
      Overrides:
      getCfnPropertyNames in class CfnResource
    • getMedicalTranscriptionJobRef

      @Stability(Stable) @NotNull public MedicalTranscriptionJobReference getMedicalTranscriptionJobRef()
      A reference to a MedicalTranscriptionJob resource.
      Specified by:
      getMedicalTranscriptionJobRef in interface IMedicalTranscriptionJobRef
    • getLanguageCode

      @Stability(Stable) @NotNull public String getLanguageCode()
      The language code for the language spoken in the input media file.
    • setLanguageCode

      @Stability(Stable) public void setLanguageCode(@NotNull String value)
      The language code for the language spoken in the input media file.
    • getMedia

      @Stability(Stable) @NotNull public Object getMedia()
    • setMedia

      @Stability(Stable) public void setMedia(@NotNull IResolvable value)
    • setMedia

      @Stability(Stable) public void setMedia(@NotNull CfnMedicalTranscriptionJob.MediaProperty value)
    • getMedicalTranscriptionJobName

      @Stability(Stable) @NotNull public String getMedicalTranscriptionJobName()
      A unique name for the medical transcription job.
    • setMedicalTranscriptionJobName

      @Stability(Stable) public void setMedicalTranscriptionJobName(@NotNull String value)
      A unique name for the medical transcription job.
    • getSpecialty

      @Stability(Stable) @NotNull public String getSpecialty()
      The medical specialty represented in the media.
    • setSpecialty

      @Stability(Stable) public void setSpecialty(@NotNull String value)
      The medical specialty represented in the media.
    • getType

      @Stability(Stable) @NotNull public String getType()
      Whether the input media is a dictation or conversation.
    • setType

      @Stability(Stable) public void setType(@NotNull String value)
      Whether the input media is a dictation or conversation.
    • getMediaFormat

      @Stability(Stable) @Nullable public String getMediaFormat()
      The format of the input media file.
    • setMediaFormat

      @Stability(Stable) public void setMediaFormat(@Nullable String value)
      The format of the input media file.
    • getMediaSampleRateHertz

      @Stability(Stable) @Nullable public Number getMediaSampleRateHertz()
      The sample rate of the audio in hertz.
    • setMediaSampleRateHertz

      @Stability(Stable) public void setMediaSampleRateHertz(@Nullable Number value)
      The sample rate of the audio in hertz.
    • getSettings

      @Stability(Stable) @Nullable public Object getSettings()
    • setSettings

      @Stability(Stable) public void setSettings(@Nullable IResolvable value)
    • setSettings

      @Stability(Stable) public void setSettings(@Nullable CfnMedicalTranscriptionJob.MedicalTranscriptionSettingProperty value)
    • getTags

      @Stability(Stable) @Nullable public List<CfnTag> getTags()
      Tags associated with the medical transcription job.
    • setTags

      @Stability(Stable) public void setTags(@Nullable List<CfnTag> value)
      Tags associated with the medical transcription job.