Show / Hide Table of Contents

Class PresetVideoWatermarkArgs

Inheritance
System.Object
InputArgs
ResourceArgs
PresetVideoWatermarkArgs
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 PresetVideoWatermarkArgs : ResourceArgs

Constructors

View Source

PresetVideoWatermarkArgs()

Declaration
public PresetVideoWatermarkArgs()

Properties

View Source

HorizontalAlign

The horizontal position of the watermark unless you specify a nonzero value for horzontal_offset.

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

HorizontalOffset

The amount by which you want the horizontal position of the watermark to be offset from the position specified by horizontal_align.

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

Id

A unique identifier for the settings for one watermark. The value of Id can be up to 40 characters long. You can specify settings for up to four watermarks.

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

MaxHeight

The maximum height of the watermark.

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

MaxWidth

The maximum width of the watermark.

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

Opacity

A percentage that indicates how much you want a watermark to obscure the video in the location where it appears.

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

SizingPolicy

A value that controls scaling of the watermark. Valid values are: Fit, Stretch, ShrinkToFit

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

Target

A value that determines how Elastic Transcoder interprets values that you specified for video_watermarks.horizontal_offset, video_watermarks.vertical_offset, video_watermarks.max_width, and video_watermarks.max_height. Valid values are Content and Frame.

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

VerticalAlign

The vertical position of the watermark unless you specify a nonzero value for vertical_align. Valid values are Top, Bottom, Center.

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

VerticalOffset

The amount by which you want the vertical position of the watermark to be offset from the position specified by vertical_align

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