class Aws::ElasticsearchService::Types::EBSOptions
Options to enable, disable, and specify the properties of EBS storage volumes. For more information, see [ Configuring EBS-based Storage].
@note When making an API call, you may pass EBSOptions
data as a hash: { ebs_enabled: false, volume_type: "standard", # accepts standard, gp2, io1 volume_size: 1, iops: 1, }
@!attribute [rw] ebs_enabled
Specifies whether EBS-based storage is enabled. @return [Boolean]
@!attribute [rw] volume_type
Specifies the volume type for EBS-based storage. @return [String]
@!attribute [rw] volume_size
Integer to specify the size of an EBS volume. @return [Integer]
@!attribute [rw] iops
Specifies the IOPD for a Provisioned IOPS EBS volume (SSD). @return [Integer]
Constants
- SENSITIVE