| 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.Glue.Types.GlueSchema
Description
Synopsis
Documentation
data GlueSchema Source #
Specifies a user-defined schema when a schema cannot be determined by Glue.
See: newGlueSchema smart constructor.
Constructors
| GlueSchema' | |
Fields
| |
Instances
newGlueSchema :: GlueSchema Source #
Create a value of GlueSchema 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:columns:GlueSchema', glueSchema_columns - Specifies the column definitions that make up a Glue schema.
glueSchema_columns :: Lens' GlueSchema (Maybe [GlueStudioSchemaColumn]) Source #
Specifies the column definitions that make up a Glue schema.