| 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.InputAttachment
Description
Synopsis
- data InputAttachment = InputAttachment' {}
- newInputAttachment :: InputAttachment
- inputAttachment_automaticInputFailoverSettings :: Lens' InputAttachment (Maybe AutomaticInputFailoverSettings)
- inputAttachment_inputAttachmentName :: Lens' InputAttachment (Maybe Text)
- inputAttachment_inputId :: Lens' InputAttachment (Maybe Text)
- inputAttachment_inputSettings :: Lens' InputAttachment (Maybe InputSettings)
Documentation
data InputAttachment Source #
Placeholder documentation for InputAttachment
See: newInputAttachment smart constructor.
Constructors
| InputAttachment' | |
Fields
| |
Instances
newInputAttachment :: InputAttachment Source #
Create a value of InputAttachment 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:automaticInputFailoverSettings:InputAttachment', inputAttachment_automaticInputFailoverSettings - User-specified settings for defining what the conditions are for
declaring the input unhealthy and failing over to a different input.
$sel:inputAttachmentName:InputAttachment', inputAttachment_inputAttachmentName - User-specified name for the attachment. This is required if the user
wants to use this input in an input switch action.
$sel:inputId:InputAttachment', inputAttachment_inputId - The ID of the input
$sel:inputSettings:InputAttachment', inputAttachment_inputSettings - Settings of an input (caption selector, etc.)
inputAttachment_automaticInputFailoverSettings :: Lens' InputAttachment (Maybe AutomaticInputFailoverSettings) Source #
User-specified settings for defining what the conditions are for declaring the input unhealthy and failing over to a different input.
inputAttachment_inputAttachmentName :: Lens' InputAttachment (Maybe Text) Source #
User-specified name for the attachment. This is required if the user wants to use this input in an input switch action.
inputAttachment_inputId :: Lens' InputAttachment (Maybe Text) Source #
The ID of the input
inputAttachment_inputSettings :: Lens' InputAttachment (Maybe InputSettings) Source #
Settings of an input (caption selector, etc.)