Show / Hide Table of Contents

Class PipelineThumbnailConfigGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
PipelineThumbnailConfigGetArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.ElasticTranscoder.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class PipelineThumbnailConfigGetArgs : ResourceArgs

Constructors

View Source

PipelineThumbnailConfigGetArgs()

Declaration
public PipelineThumbnailConfigGetArgs()

Properties

View Source

Bucket

The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

Declaration
public Input<string> Bucket { get; set; }
Property Value
Type Description
Input<System.String>
View Source

StorageClass

The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

Declaration
public Input<string> StorageClass { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.