@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:25.151Z") @Stability(value=Experimental) 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()
(experimental) The snapshot ID of the volume to use.
|
getVolumeSizegetDeleteOnTermination, getIops, getVolumeType@Stability(value=Experimental) @Nullable default String getSnapshotId()
Default: - No snapshot will be used
@Stability(value=Experimental) static EbsDeviceProps.Builder builder()
builder in interface EbsDeviceOptionsBasebuilder in interface EbsDeviceSnapshotOptionsEbsDeviceProps.Builder of EbsDevicePropsCopyright © 2022. All rights reserved.