| 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 |
Amazonka.MediaLive.Types.Scte35InputScheduleActionSettings
Description
Synopsis
- data Scte35InputScheduleActionSettings = Scte35InputScheduleActionSettings' {}
- newScte35InputScheduleActionSettings :: Scte35InputMode -> Scte35InputScheduleActionSettings
- scte35InputScheduleActionSettings_inputAttachmentNameReference :: Lens' Scte35InputScheduleActionSettings (Maybe Text)
- scte35InputScheduleActionSettings_mode :: Lens' Scte35InputScheduleActionSettings Scte35InputMode
Documentation
data Scte35InputScheduleActionSettings Source #
Scte35Input Schedule Action Settings
See: newScte35InputScheduleActionSettings smart constructor.
Constructors
| Scte35InputScheduleActionSettings' | |
Fields
| |
Instances
newScte35InputScheduleActionSettings Source #
Arguments
| :: Scte35InputMode | |
| -> Scte35InputScheduleActionSettings |
Create a value of Scte35InputScheduleActionSettings 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:inputAttachmentNameReference:Scte35InputScheduleActionSettings', scte35InputScheduleActionSettings_inputAttachmentNameReference - In fixed mode, enter the name of the input attachment that you want to
use as a SCTE-35 input. (Don't enter the ID of the input.)"
$sel:mode:Scte35InputScheduleActionSettings', scte35InputScheduleActionSettings_mode - Whether the SCTE-35 input should be the active input or a fixed input.
scte35InputScheduleActionSettings_inputAttachmentNameReference :: Lens' Scte35InputScheduleActionSettings (Maybe Text) Source #
In fixed mode, enter the name of the input attachment that you want to use as a SCTE-35 input. (Don't enter the ID of the input.)"
scte35InputScheduleActionSettings_mode :: Lens' Scte35InputScheduleActionSettings Scte35InputMode Source #
Whether the SCTE-35 input should be the active input or a fixed input.