AWS Glue Table SerdeInfo
The
SerdeInfo
property type specifies information about a serialization/deserialization program
(SerDe), which serves as an extractor and loader for an AWS Glue table.
SerdeInfo
is a property of the StorageDescriptor property type.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Parameters" :
JSON object
, "SerializationLibrary" :String
, "Name" :String
}
YAML
Parameters:
JSON object
SerializationLibrary:String
Name:String
Properties
For more information, see SerDeInfo Structure in the AWS Glue Developer Guide.
Parameters
-
UTF-8 string–to–UTF-8 string key-value pairs that specify the initialization parameters for the SerDe.
Required: No
Type: JSON object
Update requires: No interruption
SerializationLibrary
-
The serialization library. This is usually the class that implements the SerDe, such as
org.apache.hadoop.hive.serde2.columnar.ColumnarSerDe
. It must match the single-line string pattern:[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\t]*
Required: No
Type: String
Update requires: No interruption
Name
-
The name of the SerDe. It must match the single-line string pattern:
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\t]*
Required: No
Type: String
Update requires: No interruption
See Also
-
SerDeInfo Structure in the AWS Glue Developer Guide