Show / Hide Table of Contents

Class CfnFleetPropsMixin.Ec2EbsVolumeProperty

Specifies the EBS volume.

Inheritance
object
CfnFleetPropsMixin.Ec2EbsVolumeProperty
Implements
CfnFleetPropsMixin.IEc2EbsVolumeProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Deadline
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnFleetPropsMixin.Ec2EbsVolumeProperty : CfnFleetPropsMixin.IEc2EbsVolumeProperty
Syntax (vb)
Public Class CfnFleetPropsMixin.Ec2EbsVolumeProperty Implements CfnFleetPropsMixin.IEc2EbsVolumeProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-fleet-ec2ebsvolume.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.CfnPropertyMixins.AWS.Deadline;

             var ec2EbsVolumeProperty = new Ec2EbsVolumeProperty {
                 Iops = 123,
                 SizeGiB = 123,
                 ThroughputMiB = 123
             };

Synopsis

Constructors

Ec2EbsVolumeProperty()

Specifies the EBS volume.

Properties

Iops

The IOPS per volume.

SizeGiB

The EBS volume size in GiB.

ThroughputMiB

The throughput per volume in MiB.

Constructors

Ec2EbsVolumeProperty()

Specifies the EBS volume.

public Ec2EbsVolumeProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-fleet-ec2ebsvolume.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.CfnPropertyMixins.AWS.Deadline;

             var ec2EbsVolumeProperty = new Ec2EbsVolumeProperty {
                 Iops = 123,
                 SizeGiB = 123,
                 ThroughputMiB = 123
             };

Properties

Iops

The IOPS per volume.

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

double?

Remarks

Default: - 3000

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-fleet-ec2ebsvolume.html#cfn-deadline-fleet-ec2ebsvolume-iops

SizeGiB

The EBS volume size in GiB.

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

double?

Remarks

Default: - 250

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-fleet-ec2ebsvolume.html#cfn-deadline-fleet-ec2ebsvolume-sizegib

ThroughputMiB

The throughput per volume in MiB.

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

double?

Remarks

Default: - 125

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-fleet-ec2ebsvolume.html#cfn-deadline-fleet-ec2ebsvolume-throughputmib

Implements

CfnFleetPropsMixin.IEc2EbsVolumeProperty
Back to top Generated by DocFX