Show / Hide Table of Contents

Class CfnLaunchProfile.VolumeConfigurationProperty

Inheritance
object
CfnLaunchProfile.VolumeConfigurationProperty
Implements
CfnLaunchProfile.IVolumeConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-volumeconfiguration.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-volumeconfiguration.html

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

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-volumeconfiguration.html#cfn-nimblestudio-launchprofile-volumeconfiguration-iops

Size

public double? Size { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-volumeconfiguration.html#cfn-nimblestudio-launchprofile-volumeconfiguration-size

Throughput

public double? Throughput { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-volumeconfiguration.html#cfn-nimblestudio-launchprofile-volumeconfiguration-throughput

Implements

CfnLaunchProfile.IVolumeConfigurationProperty
Back to top Generated by DocFX