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

The name of the .png or .jpg file that you want to use for the watermark. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by

CopyC#
Pipeline
; the
CopyC#
Input
            Bucket
object in that pipeline identifies the bucket.

If the file name includes a prefix, for example, logos/128x64.png, 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)