Class CfnLaunchProfile.VolumeConfigurationProperty
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.NimbleStudio
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnLaunchProfile.VolumeConfigurationProperty : CfnLaunchProfile.IVolumeConfigurationProperty
Syntax (vb)
Public Class CfnLaunchProfile.VolumeConfigurationProperty Implements CfnLaunchProfile.IVolumeConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.NimbleStudio;
var volumeConfigurationProperty = new VolumeConfigurationProperty {
Iops = 123,
Size = 123,
Throughput = 123
};
Synopsis
Constructors
| VolumeConfigurationProperty() |
Properties
| Iops | |
| Size | |
| Throughput |
Constructors
VolumeConfigurationProperty()
public VolumeConfigurationProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.NimbleStudio;
var volumeConfigurationProperty = new VolumeConfigurationProperty {
Iops = 123,
Size = 123,
Throughput = 123
};
Properties
Iops
public double? Iops { get; set; }
Property Value
Remarks
Size
public double? Size { get; set; }
Property Value
Remarks
Throughput
public double? Throughput { get; set; }