Class CfnLaunchProfile.VolumeConfigurationProperty
Inheritance
System.Object
CfnLaunchProfile.VolumeConfigurationProperty
Namespace: Amazon.CDK.AWS.NimbleStudio
Assembly: Amazon.CDK.AWS.NimbleStudio.dll
Syntax (csharp)
public class VolumeConfigurationProperty : Object, CfnLaunchProfile.IVolumeConfigurationProperty
Syntax (vb)
Public Class VolumeConfigurationProperty
Inherits Object
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()
Properties
Iops
CfnLaunchProfile.VolumeConfigurationProperty.Iops.
public Nullable<double> Iops { get; set; }
Property Value
System.Nullable<System.Double>
Remarks
Size
CfnLaunchProfile.VolumeConfigurationProperty.Size.
public Nullable<double> Size { get; set; }
Property Value
System.Nullable<System.Double>
Remarks
Throughput
CfnLaunchProfile.VolumeConfigurationProperty.Throughput.
public Nullable<double> Throughput { get; set; }
Property Value
System.Nullable<System.Double>