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