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 OutputGroup Source #
Output groups for this Live Event. Output groups contain information about where streams should be distributed.
See: newOutputGroup
smart constructor.
OutputGroup' | |
|
Instances
Create a value of OutputGroup
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:name:OutputGroup'
, outputGroup_name
- Custom output group name optionally defined by the user.
$sel:outputs:OutputGroup'
, outputGroup_outputs
- Undocumented member.
$sel:outputGroupSettings:OutputGroup'
, outputGroup_outputGroupSettings
- Settings associated with the output group.
outputGroup_name :: Lens' OutputGroup (Maybe Text) Source #
Custom output group name optionally defined by the user.
outputGroup_outputs :: Lens' OutputGroup [Output] Source #
Undocumented member.
outputGroup_outputGroupSettings :: Lens' OutputGroup OutputGroupSettings Source #
Settings associated with the output group.