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.StreamConfigurationCreate

Description

 
Synopsis

Documentation

data StreamConfigurationCreate Source #

See: newStreamConfigurationCreate smart constructor.

Constructors

StreamConfigurationCreate' 

Fields

Instances

Instances details
Eq StreamConfigurationCreate Source # 
Instance details

Defined in Amazonka.Nimble.Types.StreamConfigurationCreate

Read StreamConfigurationCreate Source # 
Instance details

Defined in Amazonka.Nimble.Types.StreamConfigurationCreate

Show StreamConfigurationCreate Source # 
Instance details

Defined in Amazonka.Nimble.Types.StreamConfigurationCreate

Generic StreamConfigurationCreate Source # 
Instance details

Defined in Amazonka.Nimble.Types.StreamConfigurationCreate

Associated Types

type Rep StreamConfigurationCreate :: Type -> Type #

NFData StreamConfigurationCreate Source # 
Instance details

Defined in Amazonka.Nimble.Types.StreamConfigurationCreate

Hashable StreamConfigurationCreate Source # 
Instance details

Defined in Amazonka.Nimble.Types.StreamConfigurationCreate

ToJSON StreamConfigurationCreate Source # 
Instance details

Defined in Amazonka.Nimble.Types.StreamConfigurationCreate

type Rep StreamConfigurationCreate Source # 
Instance details

Defined in Amazonka.Nimble.Types.StreamConfigurationCreate

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

newStreamConfigurationCreate Source #

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.