Class PresetVideoWatermark
Inheritance
Inherited Members
Namespace: Pulumi.Aws.ElasticTranscoder.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class PresetVideoWatermark
Fields
View SourceHorizontalAlign
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 |
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 |
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 |
MaxHeight
The maximum height of the watermark.
Declaration
public readonly string MaxHeight
Field Value
| Type | Description |
|---|---|
| System.String |
MaxWidth
The maximum width of the watermark.
Declaration
public readonly string MaxWidth
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
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 |
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 |
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 |
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 |