Interface IEbsDeviceSnapshotOptions
- Namespace
- Amazon.CDK.AWS.AutoScaling
- Assembly
- Amazon.CDK.AWS.AutoScaling.dll
Block device options for an EBS volume created from a snapshot.
public interface 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 ebsDeviceSnapshotOptions = new EbsDeviceSnapshotOptions {
DeleteOnTermination = false,
Iops = 123,
VolumeSize = 123,
VolumeType = EbsDeviceVolumeType.STANDARD
};
Remarks
ExampleMetadata: fixture=_generated
Properties
VolumeSize
The volume size, in Gibibytes (GiB).
double? VolumeSize { get; }
Property Value
Remarks
If you specify volumeSize, it must be equal or greater than the size of the snapshot.
Default: - The snapshot size