Values_1.EbsInfoSourceDescribes the Amazon EBS features supported by the instance type.
type nonrec t = {ebsOptimizedSupport : EbsOptimizedSupport.t option;Indicates whether the instance type is Amazon EBS-optimized. For more information, see Amazon EBS-optimized instances in Amazon EC2 User Guide.
*)encryptionSupport : EbsEncryptionSupport.t option;Indicates whether Amazon EBS encryption is supported.
*)ebsOptimizedInfo : EbsOptimizedInfo.t option;Describes the optimized EBS performance for the instance type.
*)nvmeSupport : EbsNvmeSupport.t option;Indicates whether non-volatile memory express (NVMe) is supported.
*)maximumEbsAttachments : MaximumEbsAttachments.t option;Indicates the maximum number of Amazon EBS volumes that can be attached to the instance type. For more information, see Amazon EBS volume limits for Amazon EC2 instances in the Amazon EC2 User Guide.
*)attachmentLimitType : AttachmentLimitType.t option;Indicates whether the instance type features a shared or dedicated Amazon EBS volume attachment limit. For more information, see Amazon EBS volume limits for Amazon EC2 instances in the Amazon EC2 User Guide.
*)maximumEbsCards : MaximumEbsCards.t option;Indicates the number of EBS cards supported by the instance type.
*)ebsCards : EbsCardInfoList.t option;Describes the EBS cards available for the instance type.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of MaximumEbsAttachments.t
| `List of
[> `Structure of
(string * [> `Double of float | `Integer of int ]) list ]
list
| `Structure of
(string
* [> `Double of Values_0.BaselineThroughputInMBps.t
| `Integer of Values_0.BaselineBandwidthInMbps.t ])
list ])
list ]