| 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.AppStream.Types.ImagePermissions
Description
Documentation
data ImagePermissions Source #
Describes the permissions for an image.
See: newImagePermissions smart constructor.
Constructors
| ImagePermissions' | |
Fields
| |
Instances
newImagePermissions :: ImagePermissions Source #
Create a value of ImagePermissions 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:allowFleet:ImagePermissions', imagePermissions_allowFleet - Indicates whether the image can be used for a fleet.
$sel:allowImageBuilder:ImagePermissions', imagePermissions_allowImageBuilder - Indicates whether the image can be used for an image builder.
imagePermissions_allowFleet :: Lens' ImagePermissions (Maybe Bool) Source #
Indicates whether the image can be used for a fleet.
imagePermissions_allowImageBuilder :: Lens' ImagePermissions (Maybe Bool) Source #
Indicates whether the image can be used for an image builder.