Table of Contents

Interface IEbsDeviceProps

Namespace
Amazon.CDK.AWS.AutoScaling
Assembly
Amazon.CDK.AWS.AutoScaling.dll

Properties of an EBS block device.

public interface IEbsDeviceProps : IEbsDeviceSnapshotOptions, IEbsDeviceOptionsBase
Inherited Members

Examples

// The code below shows an example of how to instantiate this type.
            // The values are placeholders you should change.
            using Amazon.CDK.AWS.AutoScaling;

            var ebsDeviceProps = new EbsDeviceProps {
                DeleteOnTermination = false,
                Iops = 123,
                SnapshotId = "snapshotId",
                VolumeSize = 123,
                VolumeType = EbsDeviceVolumeType.STANDARD
            };

Remarks

ExampleMetadata: fixture=_generated

Properties

SnapshotId

The snapshot ID of the volume to use.

string? SnapshotId { get; }

Property Value

string

Remarks

Default: - No snapshot will be used