@Generated(value="jsii-pacmak/1.60.0 (build ebcefe6)", date="2022-07-01T09:58:40.639Z") public interface EbsDeviceOptions extends 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 java.lang.Boolean |
getEncrypted()
Specifies whether the EBS volume is encrypted.
|
getDeleteOnTermination, getIops, getVolumeType
default java.lang.Boolean getEncrypted()
Encrypted EBS volumes can only be attached to instances that support Amazon EBS encryption
Default: false
static EbsDeviceOptions.Builder builder()
builder
in interface EbsDeviceOptionsBase
EbsDeviceOptions.Builder
of EbsDeviceOptions