Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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. Only letters,
numbers, and the underscore character allowed; only 32 characters
allowed.
$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. Only letters, numbers, and the underscore character allowed; only 32 characters allowed.
outputGroup_outputs :: Lens' OutputGroup [Output] Source #
Undocumented member.
outputGroup_outputGroupSettings :: Lens' OutputGroup OutputGroupSettings Source #
Settings associated with the output group.