| 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.ChimeSdkMediaPipelines.Types.ChimeSdkMeetingLiveConnectorConfiguration
Description
Synopsis
- data ChimeSdkMeetingLiveConnectorConfiguration = ChimeSdkMeetingLiveConnectorConfiguration' {}
- newChimeSdkMeetingLiveConnectorConfiguration :: Text -> LiveConnectorMuxType -> ChimeSdkMeetingLiveConnectorConfiguration
- chimeSdkMeetingLiveConnectorConfiguration_compositedVideo :: Lens' ChimeSdkMeetingLiveConnectorConfiguration (Maybe CompositedVideoArtifactsConfiguration)
- chimeSdkMeetingLiveConnectorConfiguration_sourceConfiguration :: Lens' ChimeSdkMeetingLiveConnectorConfiguration (Maybe SourceConfiguration)
- chimeSdkMeetingLiveConnectorConfiguration_arn :: Lens' ChimeSdkMeetingLiveConnectorConfiguration Text
- chimeSdkMeetingLiveConnectorConfiguration_muxType :: Lens' ChimeSdkMeetingLiveConnectorConfiguration LiveConnectorMuxType
Documentation
data ChimeSdkMeetingLiveConnectorConfiguration Source #
The media pipeline's configuration object.
See: newChimeSdkMeetingLiveConnectorConfiguration smart constructor.
Constructors
| ChimeSdkMeetingLiveConnectorConfiguration' | |
Fields
| |
Instances
newChimeSdkMeetingLiveConnectorConfiguration Source #
Arguments
| :: Text | |
| -> LiveConnectorMuxType | |
| -> ChimeSdkMeetingLiveConnectorConfiguration |
Create a value of ChimeSdkMeetingLiveConnectorConfiguration 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:compositedVideo:ChimeSdkMeetingLiveConnectorConfiguration', chimeSdkMeetingLiveConnectorConfiguration_compositedVideo - The media pipeline's composited video.
$sel:sourceConfiguration:ChimeSdkMeetingLiveConnectorConfiguration', chimeSdkMeetingLiveConnectorConfiguration_sourceConfiguration - The source configuration settings of the media pipeline's configuration
object.
$sel:arn:ChimeSdkMeetingLiveConnectorConfiguration', chimeSdkMeetingLiveConnectorConfiguration_arn - The configuration object's Chime SDK meeting ARN.
$sel:muxType:ChimeSdkMeetingLiveConnectorConfiguration', chimeSdkMeetingLiveConnectorConfiguration_muxType - The configuration object's multiplex type.
chimeSdkMeetingLiveConnectorConfiguration_compositedVideo :: Lens' ChimeSdkMeetingLiveConnectorConfiguration (Maybe CompositedVideoArtifactsConfiguration) Source #
The media pipeline's composited video.
chimeSdkMeetingLiveConnectorConfiguration_sourceConfiguration :: Lens' ChimeSdkMeetingLiveConnectorConfiguration (Maybe SourceConfiguration) Source #
The source configuration settings of the media pipeline's configuration object.
chimeSdkMeetingLiveConnectorConfiguration_arn :: Lens' ChimeSdkMeetingLiveConnectorConfiguration Text Source #
The configuration object's Chime SDK meeting ARN.
chimeSdkMeetingLiveConnectorConfiguration_muxType :: Lens' ChimeSdkMeetingLiveConnectorConfiguration LiveConnectorMuxType Source #
The configuration object's multiplex type.