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 |
Synopsis
- data InputSwitchScheduleActionSettings = InputSwitchScheduleActionSettings' {}
- newInputSwitchScheduleActionSettings :: Text -> InputSwitchScheduleActionSettings
- inputSwitchScheduleActionSettings_inputClippingSettings :: Lens' InputSwitchScheduleActionSettings (Maybe InputClippingSettings)
- inputSwitchScheduleActionSettings_urlPath :: Lens' InputSwitchScheduleActionSettings (Maybe [Text])
- inputSwitchScheduleActionSettings_inputAttachmentNameReference :: Lens' InputSwitchScheduleActionSettings Text
Documentation
data InputSwitchScheduleActionSettings Source #
Settings for the "switch input" action: to switch from ingesting one input to ingesting another input.
See: newInputSwitchScheduleActionSettings
smart constructor.
InputSwitchScheduleActionSettings' | |
|
Instances
newInputSwitchScheduleActionSettings Source #
:: Text |
|
-> InputSwitchScheduleActionSettings |
Create a value of InputSwitchScheduleActionSettings
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:inputClippingSettings:InputSwitchScheduleActionSettings'
, inputSwitchScheduleActionSettings_inputClippingSettings
- Settings to let you create a clip of the file input, in order to set up
the input to ingest only a portion of the file.
$sel:urlPath:InputSwitchScheduleActionSettings'
, inputSwitchScheduleActionSettings_urlPath
- The value for the variable portion of the URL for the dynamic input, for
this instance of the input. Each time you use the same dynamic input in
an input switch action, you can provide a different value, in order to
connect the input to a different content source.
$sel:inputAttachmentNameReference:InputSwitchScheduleActionSettings'
, inputSwitchScheduleActionSettings_inputAttachmentNameReference
- The name of the input attachment (not the name of the input!) to switch
to. The name is specified in the channel configuration.
inputSwitchScheduleActionSettings_inputClippingSettings :: Lens' InputSwitchScheduleActionSettings (Maybe InputClippingSettings) Source #
Settings to let you create a clip of the file input, in order to set up the input to ingest only a portion of the file.
inputSwitchScheduleActionSettings_urlPath :: Lens' InputSwitchScheduleActionSettings (Maybe [Text]) Source #
The value for the variable portion of the URL for the dynamic input, for this instance of the input. Each time you use the same dynamic input in an input switch action, you can provide a different value, in order to connect the input to a different content source.
inputSwitchScheduleActionSettings_inputAttachmentNameReference :: Lens' InputSwitchScheduleActionSettings Text Source #
The name of the input attachment (not the name of the input!) to switch to. The name is specified in the channel configuration.