Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data ImagePermissions Source #
Describes the permissions for an image.
See: newImagePermissions
smart constructor.
ImagePermissions' | |
|
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.