@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:06.609Z") @Stability(value=Experimental) public interface EbsDeviceOptionsBase extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
EbsDeviceOptionsBase.Builder
A builder for
EbsDeviceOptionsBase |
static class |
EbsDeviceOptionsBase.Jsii$Proxy
An implementation for
EbsDeviceOptionsBase |
| Modifier and Type | Method and Description |
|---|---|
static EbsDeviceOptionsBase.Builder |
builder() |
default Boolean |
getDeleteOnTermination()
(experimental) Indicates whether to delete the volume when the instance is terminated.
|
default Number |
getIops()
(experimental) The number of I/O operations per second (IOPS) to provision for the volume.
|
default EbsDeviceVolumeType |
getVolumeType()
(experimental) The EBS volume type.
|
@Stability(value=Experimental) @Nullable default Boolean getDeleteOnTermination()
Default: - true for Amazon EC2 Auto Scaling, false otherwise (e.g. EBS)
@Stability(value=Experimental) @Nullable default Number getIops()
Must only be set for {@link volumeType}: {@link EbsDeviceVolumeType.IO1}
The maximum ratio of IOPS to volume size (in GiB) is 50:1, so for 5,000 provisioned IOPS, you need at least 100 GiB storage on the volume.
Default: - none, required for EbsDeviceVolumeType.IO1
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html@Stability(value=Experimental) @Nullable default EbsDeviceVolumeType getVolumeType()
Default: EbsDeviceVolumeType.GP2
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html@Stability(value=Experimental) static EbsDeviceOptionsBase.Builder builder()
EbsDeviceOptionsBase.Builder of EbsDeviceOptionsBaseCopyright © 2021. All rights reserved.