| 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.JobType
Description
Synopsis
- newtype JobType where
- JobType' {
- fromJobType :: Text
- pattern JobType_ONE_TIME :: JobType
- pattern JobType_SCHEDULED :: JobType
- JobType' {
Documentation
The schedule for running a classification job. Valid values are:
Constructors
| JobType' | |
Fields
| |
Bundled Patterns
| pattern JobType_ONE_TIME :: JobType | |
| pattern JobType_SCHEDULED :: JobType |