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

The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. (Use this, or use ContentConfig:Bucket plus ThumbnailConfig:Bucket.)

Specify this value when all of the following are true:

If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit

CopyC#
OutputBucket
and specify values for
CopyC#
ContentConfig
and
CopyC#
ThumbnailConfig
instead.

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

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