| 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.SageMaker.Types.AthenaResultFormat
Description
Synopsis
- newtype AthenaResultFormat where
- AthenaResultFormat' { }
- pattern AthenaResultFormat_AVRO :: AthenaResultFormat
- pattern AthenaResultFormat_JSON :: AthenaResultFormat
- pattern AthenaResultFormat_ORC :: AthenaResultFormat
- pattern AthenaResultFormat_PARQUET :: AthenaResultFormat
- pattern AthenaResultFormat_TEXTFILE :: AthenaResultFormat
Documentation
newtype AthenaResultFormat Source #
The data storage format for Athena query results.
Constructors
| AthenaResultFormat' | |
Fields | |
Bundled Patterns
| pattern AthenaResultFormat_AVRO :: AthenaResultFormat | |
| pattern AthenaResultFormat_JSON :: AthenaResultFormat | |
| pattern AthenaResultFormat_ORC :: AthenaResultFormat | |
| pattern AthenaResultFormat_PARQUET :: AthenaResultFormat | |
| pattern AthenaResultFormat_TEXTFILE :: AthenaResultFormat |