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

The optional

CopyC#
ContentConfig
object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, 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
.

If you specify values for

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

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

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