@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:36.807Z") @Stability(value=Stable) public interface EbsDeviceOptions extends software.amazon.jsii.JsiiSerializable, EbsDeviceOptionsBase
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.*;
EbsDeviceOptions ebsDeviceOptions = EbsDeviceOptions.builder()
.deleteOnTermination(false)
.encrypted(false)
.iops(123)
.volumeType(EbsDeviceVolumeType.STANDARD)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
EbsDeviceOptions.Builder
A builder for
EbsDeviceOptions |
static class |
EbsDeviceOptions.Jsii$Proxy
An implementation for
EbsDeviceOptions |
| Modifier and Type | Method and Description |
|---|---|
static EbsDeviceOptions.Builder |
builder() |
default Boolean |
getEncrypted()
Specifies whether the EBS volume is encrypted.
|
getDeleteOnTermination, getIops, getVolumeType@Stability(value=Stable) @Nullable default Boolean getEncrypted()
Encrypted EBS volumes can only be attached to instances that support Amazon EBS encryption
Default: false
@Stability(value=Stable) static EbsDeviceOptions.Builder builder()
builder in interface EbsDeviceOptionsBaseEbsDeviceOptions.Builder of EbsDeviceOptionsCopyright © 2022. All rights reserved.