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 |
Synopsis
- data StreamConfiguration = StreamConfiguration' {}
- newStreamConfiguration :: StreamConfiguration
- streamConfiguration_streamingImageIds :: Lens' StreamConfiguration (Maybe [Text])
- streamConfiguration_maxSessionLengthInMinutes :: Lens' StreamConfiguration (Maybe Natural)
- streamConfiguration_clipboardMode :: Lens' StreamConfiguration (Maybe StreamingClipboardMode)
- streamConfiguration_ec2InstanceTypes :: Lens' StreamConfiguration (Maybe (NonEmpty StreamingInstanceType))
Documentation
data StreamConfiguration Source #
A configuration for a streaming session.
See: newStreamConfiguration
smart constructor.
StreamConfiguration' | |
|
Instances
newStreamConfiguration :: StreamConfiguration Source #
Create a value of StreamConfiguration
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:streamingImageIds:StreamConfiguration'
, streamConfiguration_streamingImageIds
- The streaming images that users can select from when launching a
streaming session with this launch profile.
$sel:maxSessionLengthInMinutes:StreamConfiguration'
, streamConfiguration_maxSessionLengthInMinutes
- The length of time, in minutes, that a streaming session can run. After
this point, Nimble Studio automatically terminates the session.
$sel:clipboardMode:StreamConfiguration'
, streamConfiguration_clipboardMode
- Enable or disable the use of the system clipboard to copy and paste
between the streaming session and streaming client.
$sel:ec2InstanceTypes:StreamConfiguration'
, streamConfiguration_ec2InstanceTypes
- The EC2 instance types that users can select from when launching a
streaming session with this launch profile.
streamConfiguration_streamingImageIds :: Lens' StreamConfiguration (Maybe [Text]) Source #
The streaming images that users can select from when launching a streaming session with this launch profile.
streamConfiguration_maxSessionLengthInMinutes :: Lens' StreamConfiguration (Maybe Natural) Source #
The length of time, in minutes, that a streaming session can run. After this point, Nimble Studio automatically terminates the session.
streamConfiguration_clipboardMode :: Lens' StreamConfiguration (Maybe StreamingClipboardMode) Source #
Enable or disable the use of the system clipboard to copy and paste between the streaming session and streaming client.
streamConfiguration_ec2InstanceTypes :: Lens' StreamConfiguration (Maybe (NonEmpty StreamingInstanceType)) Source #
The EC2 instance types that users can select from when launching a streaming session with this launch profile.