| 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.GlueStudioSchemaColumn
Description
Documentation
data GlueStudioSchemaColumn Source #
Specifies a single column in a Glue schema definition.
See: newGlueStudioSchemaColumn smart constructor.
Constructors
| GlueStudioSchemaColumn' | |
Instances
newGlueStudioSchemaColumn Source #
Arguments
| :: Text | |
| -> GlueStudioSchemaColumn |
Create a value of GlueStudioSchemaColumn 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:type':GlueStudioSchemaColumn', glueStudioSchemaColumn_type - The hive type for this column in the Glue Studio schema.
$sel:name:GlueStudioSchemaColumn', glueStudioSchemaColumn_name - The name of the column in the Glue Studio schema.
glueStudioSchemaColumn_type :: Lens' GlueStudioSchemaColumn (Maybe Text) Source #
The hive type for this column in the Glue Studio schema.
glueStudioSchemaColumn_name :: Lens' GlueStudioSchemaColumn Text Source #
The name of the column in the Glue Studio schema.