| 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.EfaInfo
Description
Synopsis
- data EfaInfo = EfaInfo' {}
- newEfaInfo :: EfaInfo
- efaInfo_maximumEfaInterfaces :: Lens' EfaInfo (Maybe Int)
Documentation
Describes the Elastic Fabric Adapters for the instance type.
See: newEfaInfo smart constructor.
Constructors
| EfaInfo' | |
Fields
| |
Instances
| FromXML EfaInfo Source # | |
| Generic EfaInfo Source # | |
| Read EfaInfo Source # | |
| Show EfaInfo Source # | |
| NFData EfaInfo Source # | |
Defined in Amazonka.EC2.Types.EfaInfo | |
| Eq EfaInfo Source # | |
| Hashable EfaInfo Source # | |
Defined in Amazonka.EC2.Types.EfaInfo | |
| type Rep EfaInfo Source # | |
Defined in Amazonka.EC2.Types.EfaInfo | |
newEfaInfo :: EfaInfo Source #
Create a value of EfaInfo 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:maximumEfaInterfaces:EfaInfo', efaInfo_maximumEfaInterfaces - The maximum number of Elastic Fabric Adapters for the instance type.