@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:21.052Z") @Stability(value=Experimental) public interface EbsOptions extends software.amazon.jsii.JsiiSerializable
For more information, see [Configuring EBS-based Storage] (https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomain-configure-ebs) in the Amazon Elasticsearch Service Developer Guide.
| Modifier and Type | Interface and Description |
|---|---|
static class |
EbsOptions.Builder
A builder for
EbsOptions |
static class |
EbsOptions.Jsii$Proxy
An implementation for
EbsOptions |
| Modifier and Type | Method and Description |
|---|---|
static EbsOptions.Builder |
builder() |
default Boolean |
getEnabled()
(experimental) Specifies whether Amazon EBS volumes are attached to data nodes in the Amazon ES domain.
|
default Number |
getIops()
(experimental) The number of I/O operations per second (IOPS) that the volume supports.
|
default Number |
getVolumeSize()
(experimental) The size (in GiB) of the EBS volume for each data node.
|
default EbsDeviceVolumeType |
getVolumeType()
(experimental) The EBS volume type to use with the Amazon ES domain, such as standard, gp2, io1.
|
@Stability(value=Experimental) @Nullable default Boolean getEnabled()
Default: - true
@Stability(value=Experimental) @Nullable default Number getIops()
This property applies only to the Provisioned IOPS (SSD) EBS volume type.
Default: - iops are not set.
@Stability(value=Experimental) @Nullable default Number getVolumeSize()
The minimum and maximum size of an EBS volume depends on the EBS volume type and the instance type to which it is attached. For more information, see [Configuring EBS-based Storage] (https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomain-configure-ebs) in the Amazon Elasticsearch Service Developer Guide.
Default: 10
@Stability(value=Experimental) @Nullable default EbsDeviceVolumeType getVolumeType()
For more information, see[Configuring EBS-based Storage] (https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomain-configure-ebs) in the Amazon Elasticsearch Service Developer Guide.
Default: gp2
@Stability(value=Experimental) static EbsOptions.Builder builder()
EbsOptions.Builder of EbsOptionsCopyright © 2021. All rights reserved.