interface MediaProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Transcribe.CfnMedicalTranscriptionJobPropsMixin.MediaProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awstranscribe#CfnMedicalTranscriptionJobPropsMixin_MediaProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.transcribe.CfnMedicalTranscriptionJobPropsMixin.MediaProperty |
Python | aws_cdk.cfn_property_mixins.aws_transcribe.CfnMedicalTranscriptionJobPropsMixin.MediaProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_transcribe » CfnMedicalTranscriptionJobPropsMixin » MediaProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_transcribe as transcribe } from '@aws-cdk/cfn-property-mixins';
const mediaProperty: transcribe.CfnMedicalTranscriptionJobPropsMixin.MediaProperty = {
mediaFileUri: 'mediaFileUri',
};
Properties
| Name | Type | Description |
|---|---|---|
| media | string | The Amazon S3 location of the media file. |
mediaFileUri?
Type:
string
(optional)
The Amazon S3 location of the media file.

.NET
Go
Java
Python
TypeScript