| 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.MacieV2.Types.UserIdentityType
Description
Synopsis
- newtype UserIdentityType where
- UserIdentityType' { }
- pattern UserIdentityType_AWSAccount :: UserIdentityType
- pattern UserIdentityType_AWSService :: UserIdentityType
- pattern UserIdentityType_AssumedRole :: UserIdentityType
- pattern UserIdentityType_FederatedUser :: UserIdentityType
- pattern UserIdentityType_IAMUser :: UserIdentityType
- pattern UserIdentityType_Root :: UserIdentityType
Documentation
newtype UserIdentityType Source #
The type of entity that performed the action on the affected resource. Possible values are:
Constructors
| UserIdentityType' | |
Fields | |
Bundled Patterns
| pattern UserIdentityType_AWSAccount :: UserIdentityType | |
| pattern UserIdentityType_AWSService :: UserIdentityType | |
| pattern UserIdentityType_AssumedRole :: UserIdentityType | |
| pattern UserIdentityType_FederatedUser :: UserIdentityType | |
| pattern UserIdentityType_IAMUser :: UserIdentityType | |
| pattern UserIdentityType_Root :: UserIdentityType |