Show / Hide Table of Contents

Class CfnLaunchProfile.VolumeConfigurationProperty

Inheritance
System.Object
CfnLaunchProfile.VolumeConfigurationProperty
Implements
CfnLaunchProfile.IVolumeConfigurationProperty
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

Link: 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

CfnLaunchProfile.VolumeConfigurationProperty.Iops.

Size

CfnLaunchProfile.VolumeConfigurationProperty.Size.

Throughput

CfnLaunchProfile.VolumeConfigurationProperty.Throughput.

Constructors

VolumeConfigurationProperty()

public VolumeConfigurationProperty()

Properties

Iops

CfnLaunchProfile.VolumeConfigurationProperty.Iops.

public Nullable<double> Iops { get; set; }
Property Value

System.Nullable<System.Double>

Remarks

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

Size

CfnLaunchProfile.VolumeConfigurationProperty.Size.

public Nullable<double> Size { get; set; }
Property Value

System.Nullable<System.Double>

Remarks

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

Throughput

CfnLaunchProfile.VolumeConfigurationProperty.Throughput.

public Nullable<double> Throughput { get; set; }
Property Value

System.Nullable<System.Double>

Remarks

Link: 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