@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:36.807Z") @Stability(value=Stable) public interface EbsDeviceProps extends software.amazon.jsii.JsiiSerializable, EbsDeviceSnapshotOptions
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.autoscaling.*;
EbsDeviceProps ebsDeviceProps = EbsDeviceProps.builder()
.deleteOnTermination(false)
.iops(123)
.snapshotId("snapshotId")
.volumeSize(123)
.volumeType(EbsDeviceVolumeType.STANDARD)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
EbsDeviceProps.Builder
A builder for
EbsDeviceProps |
static class |
EbsDeviceProps.Jsii$Proxy
An implementation for
EbsDeviceProps |
| Modifier and Type | Method and Description |
|---|---|
static EbsDeviceProps.Builder |
builder() |
default String |
getSnapshotId()
The snapshot ID of the volume to use.
|
getVolumeSizegetDeleteOnTermination, getIops, getVolumeType@Stability(value=Stable) @Nullable default String getSnapshotId()
Default: - No snapshot will be used
@Stability(value=Stable) static EbsDeviceProps.Builder builder()
builder in interface EbsDeviceOptionsBasebuilder in interface EbsDeviceSnapshotOptionsEbsDeviceProps.Builder of EbsDevicePropsCopyright © 2022. All rights reserved.