Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Documentation
data JobWatermark Source #
Watermarks can be in .png or .jpg format. If you want to display a watermark that is not rectangular, use the .png format, which supports transparency.
See: newJobWatermark
smart constructor.
JobWatermark' | |
|
Instances
newJobWatermark :: JobWatermark Source #
Create a value of JobWatermark
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:encryption:JobWatermark'
, jobWatermark_encryption
- The encryption settings, if any, that you want Elastic Transcoder to
apply to your watermarks.
$sel:inputKey:JobWatermark'
, jobWatermark_inputKey
- The name of the .png or .jpg file that you want to use for the
watermark. To determine which Amazon S3 bucket contains the specified
file, Elastic Transcoder checks the pipeline specified by Pipeline
;
the Input Bucket
object in that pipeline identifies the bucket.
If the file name includes a prefix, for example, logos/128x64.png, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.
$sel:presetWatermarkId:JobWatermark'
, jobWatermark_presetWatermarkId
- The ID of the watermark settings that Elastic Transcoder uses to add
watermarks to the video during transcoding. The settings are in the
preset specified by Preset for the current output. In that preset, the
value of Watermarks Id tells Elastic Transcoder which settings to use.
jobWatermark_encryption :: Lens' JobWatermark (Maybe Encryption) Source #
The encryption settings, if any, that you want Elastic Transcoder to apply to your watermarks.
jobWatermark_inputKey :: Lens' JobWatermark (Maybe Text) Source #
The name of the .png or .jpg file that you want to use for the
watermark. To determine which Amazon S3 bucket contains the specified
file, Elastic Transcoder checks the pipeline specified by Pipeline
;
the Input Bucket
object in that pipeline identifies the bucket.
If the file name includes a prefix, for example, logos/128x64.png, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.
jobWatermark_presetWatermarkId :: Lens' JobWatermark (Maybe Text) Source #
The ID of the watermark settings that Elastic Transcoder uses to add watermarks to the video during transcoding. The settings are in the preset specified by Preset for the current output. In that preset, the value of Watermarks Id tells Elastic Transcoder which settings to use.