class Aws::OpenSearchService::Types::EBSOptions
Options to enable, disable, and specify the properties of EBS storage volumes.
@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
Whether EBS-based storage is enabled. @return [Boolean]
@!attribute [rw] volume_type
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
The IOPD for a Provisioned IOPS EBS volume (SSD). @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/EBSOptions AWS API Documentation
Constants
- SENSITIVE