| 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.Inspector2.Types.Permission
Description
Synopsis
Documentation
data Permission Source #
Contains information on the permissions an account has within Amazon Inspector.
See: newPermission smart constructor.
Constructors
| Permission' | |
Instances
Create a value of Permission 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:operation:Permission', permission_operation - The operations that can be performed with the given permissions.
$sel:service:Permission', permission_service - The services that the permissions allow an account to perform the given
operations for.
permission_operation :: Lens' Permission Operation Source #
The operations that can be performed with the given permissions.
permission_service :: Lens' Permission Service Source #
The services that the permissions allow an account to perform the given operations for.