AWS SDK for .NET Documentation
Key Property
AmazonAmazon.ElasticTranscoder.ModelJobInputKey Did this page help you?   Yes   No    Tell us about it...
Gets and sets the property Key.

The name of the file to transcode. Elsewhere in the body of the JSON block is the the ID of the pipeline to use for processing the job. The

CopyC#
InputBucket
object in that pipeline tells Elastic Transcoder which Amazon S3 bucket to get the file from.

If the file name includes a prefix, such as

CopyC#
cooking/lasagna.mpg
, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.

Declaration Syntax
C#
public string Key { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)