Class PresetVideoWatermarkArgs
Inherited Members
Namespace: Pulumi.Aws.ElasticTranscoder.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class PresetVideoWatermarkArgs : ResourceArgs
Constructors
View SourcePresetVideoWatermarkArgs()
Declaration
public PresetVideoWatermarkArgs()
Properties
View SourceHorizontalAlign
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> |
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> |
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> |
MaxHeight
The maximum height of the watermark.
Declaration
public Input<string> MaxHeight { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MaxWidth
The maximum width of the watermark.
Declaration
public Input<string> MaxWidth { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> Opacity { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |
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> |
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> |