libZSservicesZSamazonka-nimbleZSamazonka-nimble
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Nimble.Types.StreamConfiguration

Description

 
Synopsis

Documentation

data StreamConfiguration Source #

A configuration for a streaming session.

See: newStreamConfiguration smart constructor.

Constructors

StreamConfiguration' 

Fields

Instances

Instances details
Eq StreamConfiguration Source # 
Instance details

Defined in Amazonka.Nimble.Types.StreamConfiguration

Read StreamConfiguration Source # 
Instance details

Defined in Amazonka.Nimble.Types.StreamConfiguration

Show StreamConfiguration Source # 
Instance details

Defined in Amazonka.Nimble.Types.StreamConfiguration

Generic StreamConfiguration Source # 
Instance details

Defined in Amazonka.Nimble.Types.StreamConfiguration

Associated Types

type Rep StreamConfiguration :: Type -> Type #

NFData StreamConfiguration Source # 
Instance details

Defined in Amazonka.Nimble.Types.StreamConfiguration

Methods

rnf :: StreamConfiguration -> () #

Hashable StreamConfiguration Source # 
Instance details

Defined in Amazonka.Nimble.Types.StreamConfiguration

FromJSON StreamConfiguration Source # 
Instance details

Defined in Amazonka.Nimble.Types.StreamConfiguration

type Rep StreamConfiguration Source # 
Instance details

Defined in Amazonka.Nimble.Types.StreamConfiguration

type Rep StreamConfiguration = D1 ('MetaData "StreamConfiguration" "Amazonka.Nimble.Types.StreamConfiguration" "libZSservicesZSamazonka-nimbleZSamazonka-nimble" 'False) (C1 ('MetaCons "StreamConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "streamingImageIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "maxSessionLengthInMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "clipboardMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StreamingClipboardMode)) :*: S1 ('MetaSel ('Just "ec2InstanceTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty StreamingInstanceType))))))

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.