Show / Hide Table of Contents

Class CfnMedicalTranscriptionJobPropsMixin.MediaProperty

Inheritance
object
CfnMedicalTranscriptionJobPropsMixin.MediaProperty
Implements
CfnMedicalTranscriptionJobPropsMixin.IMediaProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Transcribe
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnMedicalTranscriptionJobPropsMixin.MediaProperty : CfnMedicalTranscriptionJobPropsMixin.IMediaProperty
Syntax (vb)
Public Class CfnMedicalTranscriptionJobPropsMixin.MediaProperty Implements CfnMedicalTranscriptionJobPropsMixin.IMediaProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transcribe-medicaltranscriptionjob-media.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.Transcribe;

             var mediaProperty = new MediaProperty {
                 MediaFileUri = "mediaFileUri"
             };

Synopsis

Constructors

MediaProperty()

Properties

MediaFileUri

The Amazon S3 location of the media file.

Constructors

MediaProperty()

public MediaProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transcribe-medicaltranscriptionjob-media.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.Transcribe;

             var mediaProperty = new MediaProperty {
                 MediaFileUri = "mediaFileUri"
             };

Properties

MediaFileUri

The Amazon S3 location of the media file.

public string? MediaFileUri { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transcribe-medicaltranscriptionjob-media.html#cfn-transcribe-medicaltranscriptionjob-media-mediafileuri

Implements

CfnMedicalTranscriptionJobPropsMixin.IMediaProperty
Back to top Generated by DocFX