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

The

CopyC#
ThumbnailConfig
object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

If you specify values for

CopyC#
ContentConfig
, you must also specify values for
CopyC#
ThumbnailConfig
even if you don't want to create thumbnails.

If you specify values for

CopyC#
ContentConfig
and
CopyC#
ThumbnailConfig
, omit the
CopyC#
OutputBucket
object.

Declaration Syntax
C#
public PipelineOutputConfig ThumbnailConfig { get; set; }

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