package awsnimblestudio //
Custom volume configuration for the root volumes that are attached to streaming sessions.
This parameter is only allowed when sessionPersistenceMode
is ACTIVATED
.
The number of I/O operations per second for the root volume that is attached to streaming session.
. // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-volumeconfiguration.html#cfn-nimblestudio-launchprofile-volumeconfiguration-iops // Iops *float64 `field:"optional" json:"iops" yaml:"iops"` //The size of the root volume that is attached to the streaming session. // // The root volume // size is measured in GiBs.
// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-volumeconfiguration.html#cfn-nimblestudio-launchprofile-volumeconfiguration-size // Size *float64 `field:"optional" json:"size" yaml:"size"` //The throughput to provision for the root volume that is attached to the streaming session. // // The throughput is measured in MiB/s.
// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-volumeconfiguration.html#cfn-nimblestudio-launchprofile-volumeconfiguration-throughput // Throughput *float64 `field:"optional" json:"throughput" yaml:"throughput"` }