Show / Hide Table of Contents

Class PresetVideoWatermark

Inheritance
System.Object
PresetVideoWatermark
Inherited Members
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.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class PresetVideoWatermark

Fields

View Source

HorizontalAlign

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

Declaration
public readonly string HorizontalAlign
Field Value
Type Description
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 readonly string HorizontalOffset
Field Value
Type Description
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 readonly string Id
Field Value
Type Description
System.String
View Source

MaxHeight

The maximum height of the watermark.

Declaration
public readonly string MaxHeight
Field Value
Type Description
System.String
View Source

MaxWidth

The maximum width of the watermark.

Declaration
public readonly string MaxWidth
Field Value
Type Description
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 readonly string Opacity
Field Value
Type Description
System.String
View Source

SizingPolicy

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

Declaration
public readonly string SizingPolicy
Field Value
Type Description
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 readonly string Target
Field Value
Type Description
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 readonly string VerticalAlign
Field Value
Type Description
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 readonly string VerticalOffset
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.