| 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.ElasticSearch.Types.PrincipalType
Description
Synopsis
- newtype PrincipalType where
- PrincipalType' { }
- pattern PrincipalType_AWS_ACCOUNT :: PrincipalType
- pattern PrincipalType_AWS_SERVICE :: PrincipalType
Documentation
newtype PrincipalType Source #
Specifies the type of AWS account permitted to manage VPC endpoints.:
- AWS_ACCOUNT: Indicates that the account is owned by an AWS user.
- AWS_SERVICE: Indicates the the account is owned by an AWS service.
Constructors
| PrincipalType' | |
Fields | |
Bundled Patterns
| pattern PrincipalType_AWS_ACCOUNT :: PrincipalType | |
| pattern PrincipalType_AWS_SERVICE :: PrincipalType |