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

The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by

CopyC#
PipelineId
; the
CopyC#
InputBucket
object in that pipeline identifies the bucket.

If the file name includes a prefix, for example,

CopyC#
cooking/pie.jpg
, 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 InputKey { get; set; }

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