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:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA fluent builder forCfnMedicalTranscriptionJob.static interfaceExample:static interfaceExample:static interfaceExample:Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.transcribe.IMedicalTranscriptionJobRef
IMedicalTranscriptionJobRef.Jsii$Default, IMedicalTranscriptionJobRef.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.ITaggableV2
ITaggableV2.Jsii$Default, ITaggableV2.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnMedicalTranscriptionJob(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnMedicalTranscriptionJob(software.amazon.jsii.JsiiObjectRef objRef) CfnMedicalTranscriptionJob(software.constructs.Construct scope, String id, CfnMedicalTranscriptionJobProps props) Create a newAWS::Transcribe::MedicalTranscriptionJob. -
Method Summary
Modifier and TypeMethodDescriptionstatic StringThe Amazon Resource Name (ARN) of the medical transcription job.The date and time the medical transcription job was created.The status of the medical transcription job.Tag Manager which manages the tags for this resource.The language code for the language spoken in the input media file.getMedia()Returns union: eitherIResolvableorCfnMedicalTranscriptionJob.MediaPropertyThe format of the input media file.The sample rate of the audio in hertz.A unique name for the medical transcription job.A reference to a MedicalTranscriptionJob resource.Returns union: eitherIResolvableorCfnMedicalTranscriptionJob.MedicalTranscriptionSettingPropertyThe medical specialty represented in the media.getTags()Tags associated with the medical transcription job.getType()Whether the input media is a dictation or conversation.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.static BooleanChecks whether the given object is a CfnMedicalTranscriptionJob.renderProperties(Map<String, Object> props) voidsetLanguageCode(String value) The language code for the language spoken in the input media file.voidsetMedia(IResolvable value) voidvoidsetMediaFormat(String value) The format of the input media file.voidsetMediaSampleRateHertz(Number value) The sample rate of the audio in hertz.voidA unique name for the medical transcription job.voidsetSettings(IResolvable value) voidvoidsetSpecialty(String value) The medical specialty represented in the media.voidTags associated with the medical transcription job.voidWhether the input media is a dictation or conversation.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, addResourceDependency, addResourceDependency, applyCrossStackReferenceStrength, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, cfnPropertyName, getAtt, getAtt, getCfnOptions, getCfnResourceType, getEnv, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, removeDependency, removeResourceDependency, replaceDependency, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId, withMethods inherited from class software.constructs.Construct
getNode, isConstructMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNode, withMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
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 newAWS::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
Checks whether the given object is a CfnMedicalTranscriptionJob.- Parameters:
x- This parameter is required.
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin interfaceIInspectable- 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:
renderPropertiesin classCfnResource- Parameters:
props- This parameter is required.
-
getAttrArn
The Amazon Resource Name (ARN) of the medical transcription job. -
getAttrCreationTime
The date and time the medical transcription job was created. -
getAttrTranscript
-
getAttrTranscriptionJobStatus
The status of the medical transcription job. -
getCdkTagManager
Tag Manager which manages the tags for this resource.- Specified by:
getCdkTagManagerin interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getCfnPropertyNames
- Overrides:
getCfnPropertyNamesin classCfnResource
-
getMedicalTranscriptionJobRef
A reference to a MedicalTranscriptionJob resource.- Specified by:
getMedicalTranscriptionJobRefin interfaceIMedicalTranscriptionJobRef
-
getLanguageCode
The language code for the language spoken in the input media file. -
setLanguageCode
The language code for the language spoken in the input media file. -
getMedia
Returns union: eitherIResolvableorCfnMedicalTranscriptionJob.MediaProperty -
setMedia
-
setMedia
-
getMedicalTranscriptionJobName
A unique name for the medical transcription job. -
setMedicalTranscriptionJobName
A unique name for the medical transcription job. -
getSpecialty
The medical specialty represented in the media. -
setSpecialty
The medical specialty represented in the media. -
getType
Whether the input media is a dictation or conversation. -
setType
Whether the input media is a dictation or conversation. -
getMediaFormat
The format of the input media file. -
setMediaFormat
The format of the input media file. -
getMediaSampleRateHertz
The sample rate of the audio in hertz. -
setMediaSampleRateHertz
The sample rate of the audio in hertz. -
getSettings
Returns union: eitherIResolvableorCfnMedicalTranscriptionJob.MedicalTranscriptionSettingProperty -
setSettings
-
setSettings
@Stability(Stable) public void setSettings(@Nullable CfnMedicalTranscriptionJob.MedicalTranscriptionSettingProperty value) -
getTags
Tags associated with the medical transcription job. -
setTags
Tags associated with the medical transcription job.
-