amazonka-nimble-2.0: Amazon NimbleStudio SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Nimble.Types.VolumeConfiguration

Description

 
Synopsis

Documentation

data VolumeConfiguration Source #

Custom volume configuration for the root volumes that are attached to streaming sessions.

This parameter is only allowed when sessionPersistenceMode is ACTIVATED.

See: newVolumeConfiguration smart constructor.

Constructors

VolumeConfiguration' 

Fields

  • iops :: Maybe Natural

    The number of I/O operations per second for the root volume that is attached to streaming session.

  • size :: Maybe Natural

    The size of the root volume that is attached to the streaming session. The root volume size is measured in GiBs.

  • throughput :: Maybe Natural

    The throughput to provision for the root volume that is attached to the streaming session. The throughput is measured in MiB/s.

Instances

Instances details
FromJSON VolumeConfiguration Source # 
Instance details

Defined in Amazonka.Nimble.Types.VolumeConfiguration

ToJSON VolumeConfiguration Source # 
Instance details

Defined in Amazonka.Nimble.Types.VolumeConfiguration

Generic VolumeConfiguration Source # 
Instance details

Defined in Amazonka.Nimble.Types.VolumeConfiguration

Associated Types

type Rep VolumeConfiguration :: Type -> Type #

Read VolumeConfiguration Source # 
Instance details

Defined in Amazonka.Nimble.Types.VolumeConfiguration

Show VolumeConfiguration Source # 
Instance details

Defined in Amazonka.Nimble.Types.VolumeConfiguration

NFData VolumeConfiguration Source # 
Instance details

Defined in Amazonka.Nimble.Types.VolumeConfiguration

Methods

rnf :: VolumeConfiguration -> () #

Eq VolumeConfiguration Source # 
Instance details

Defined in Amazonka.Nimble.Types.VolumeConfiguration

Hashable VolumeConfiguration Source # 
Instance details

Defined in Amazonka.Nimble.Types.VolumeConfiguration

type Rep VolumeConfiguration Source # 
Instance details

Defined in Amazonka.Nimble.Types.VolumeConfiguration

type Rep VolumeConfiguration = D1 ('MetaData "VolumeConfiguration" "Amazonka.Nimble.Types.VolumeConfiguration" "amazonka-nimble-2.0-GaSxVwPXmRh7tifR7EIdTs" 'False) (C1 ('MetaCons "VolumeConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "iops") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "size") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "throughput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))

newVolumeConfiguration :: VolumeConfiguration Source #

Create a value of VolumeConfiguration 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:iops:VolumeConfiguration', volumeConfiguration_iops - The number of I/O operations per second for the root volume that is attached to streaming session.

$sel:size:VolumeConfiguration', volumeConfiguration_size - The size of the root volume that is attached to the streaming session. The root volume size is measured in GiBs.

$sel:throughput:VolumeConfiguration', volumeConfiguration_throughput - The throughput to provision for the root volume that is attached to the streaming session. The throughput is measured in MiB/s.

volumeConfiguration_iops :: Lens' VolumeConfiguration (Maybe Natural) Source #

The number of I/O operations per second for the root volume that is attached to streaming session.

volumeConfiguration_size :: Lens' VolumeConfiguration (Maybe Natural) Source #

The size of the root volume that is attached to the streaming session. The root volume size is measured in GiBs.

volumeConfiguration_throughput :: Lens' VolumeConfiguration (Maybe Natural) Source #

The throughput to provision for the root volume that is attached to the streaming session. The throughput is measured in MiB/s.