| 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.FpgaImageAttribute
Description
Synopsis
- data FpgaImageAttribute = FpgaImageAttribute' {
- description :: Maybe Text
- fpgaImageId :: Maybe Text
- loadPermissions :: Maybe [LoadPermission]
- name :: Maybe Text
- productCodes :: Maybe [ProductCode]
- newFpgaImageAttribute :: FpgaImageAttribute
- fpgaImageAttribute_description :: Lens' FpgaImageAttribute (Maybe Text)
- fpgaImageAttribute_fpgaImageId :: Lens' FpgaImageAttribute (Maybe Text)
- fpgaImageAttribute_loadPermissions :: Lens' FpgaImageAttribute (Maybe [LoadPermission])
- fpgaImageAttribute_name :: Lens' FpgaImageAttribute (Maybe Text)
- fpgaImageAttribute_productCodes :: Lens' FpgaImageAttribute (Maybe [ProductCode])
Documentation
data FpgaImageAttribute Source #
Describes an Amazon FPGA image (AFI) attribute.
See: newFpgaImageAttribute smart constructor.
Constructors
| FpgaImageAttribute' | |
Fields
| |
Instances
newFpgaImageAttribute :: FpgaImageAttribute Source #
Create a value of FpgaImageAttribute 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:description:FpgaImageAttribute', fpgaImageAttribute_description - The description of the AFI.
$sel:fpgaImageId:FpgaImageAttribute', fpgaImageAttribute_fpgaImageId - The ID of the AFI.
$sel:loadPermissions:FpgaImageAttribute', fpgaImageAttribute_loadPermissions - The load permissions.
$sel:name:FpgaImageAttribute', fpgaImageAttribute_name - The name of the AFI.
$sel:productCodes:FpgaImageAttribute', fpgaImageAttribute_productCodes - The product codes.
fpgaImageAttribute_description :: Lens' FpgaImageAttribute (Maybe Text) Source #
The description of the AFI.
fpgaImageAttribute_fpgaImageId :: Lens' FpgaImageAttribute (Maybe Text) Source #
The ID of the AFI.
fpgaImageAttribute_loadPermissions :: Lens' FpgaImageAttribute (Maybe [LoadPermission]) Source #
The load permissions.
fpgaImageAttribute_name :: Lens' FpgaImageAttribute (Maybe Text) Source #
The name of the AFI.
fpgaImageAttribute_productCodes :: Lens' FpgaImageAttribute (Maybe [ProductCode]) Source #
The product codes.