| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.EC2.Types.EbsInfo
Description
Synopsis
- data EbsInfo = EbsInfo' {}
- newEbsInfo :: EbsInfo
- ebsInfo_ebsOptimizedInfo :: Lens' EbsInfo (Maybe EbsOptimizedInfo)
- ebsInfo_ebsOptimizedSupport :: Lens' EbsInfo (Maybe EbsOptimizedSupport)
- ebsInfo_encryptionSupport :: Lens' EbsInfo (Maybe EbsEncryptionSupport)
- ebsInfo_nvmeSupport :: Lens' EbsInfo (Maybe EbsNvmeSupport)
Documentation
Describes the Amazon EBS features supported by the instance type.
See: newEbsInfo smart constructor.
Constructors
| EbsInfo' | |
Fields
| |
Instances
newEbsInfo :: EbsInfo Source #
Create a value of EbsInfo with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:ebsOptimizedInfo:EbsInfo', ebsInfo_ebsOptimizedInfo - Describes the optimized EBS performance for the instance type.
$sel:ebsOptimizedSupport:EbsInfo', ebsInfo_ebsOptimizedSupport - Indicates whether the instance type is Amazon EBS-optimized. For more
information, see
Amazon EBS-optimized instances
in Amazon EC2 User Guide.
$sel:encryptionSupport:EbsInfo', ebsInfo_encryptionSupport - Indicates whether Amazon EBS encryption is supported.
$sel:nvmeSupport:EbsInfo', ebsInfo_nvmeSupport - Indicates whether non-volatile memory express (NVMe) is supported.
ebsInfo_ebsOptimizedInfo :: Lens' EbsInfo (Maybe EbsOptimizedInfo) Source #
Describes the optimized EBS performance for the instance type.
ebsInfo_ebsOptimizedSupport :: Lens' EbsInfo (Maybe EbsOptimizedSupport) Source #
Indicates whether the instance type is Amazon EBS-optimized. For more information, see Amazon EBS-optimized instances in Amazon EC2 User Guide.
ebsInfo_encryptionSupport :: Lens' EbsInfo (Maybe EbsEncryptionSupport) Source #
Indicates whether Amazon EBS encryption is supported.
ebsInfo_nvmeSupport :: Lens' EbsInfo (Maybe EbsNvmeSupport) Source #
Indicates whether non-volatile memory express (NVMe) is supported.