Class: AmazonElasticsearchServiceDomainEBSOptions

Types~AmazonElasticsearchServiceDomainEBSOptions

new AmazonElasticsearchServiceDomainEBSOptions()

Properties:
Name Type Description
EBSEnabled Boolean Required: No. Specifies whether Amazon EBS volumes are attached to data nodes in the Amazon ES domain.
Iops Number Required: No. The number of I/O operations per second (IOPS) that the volume supports. This property applies only to the Provisioned IOPS (SSD) EBS volume type.
VolumeSize Number Required: No. The size of the EBS volume for each data node. 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 in the Amazon Elasticsearch Service Developer Guide.
VolumeType String Required: No. The EBS volume type to use with the Amazon ES domain, such as standard, gp2, or io1. For more information about each type, see Amazon EBS Volume Types in the Amazon EC2 User Guide for Linux Instances.
Source: