Class CatalogTableStorageDescriptorSerDeInfoArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Glue.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class CatalogTableStorageDescriptorSerDeInfoArgs : ResourceArgs
Constructors
View SourceCatalogTableStorageDescriptorSerDeInfoArgs()
Declaration
public CatalogTableStorageDescriptorSerDeInfoArgs()
Properties
View SourceName
Name of the SerDe.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Parameters
A map of initialization parameters for the SerDe, in key-value form.
Declaration
public InputMap<string> Parameters { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
SerializationLibrary
Usually the class that implements the SerDe. An example is: org.apache.hadoop.hive.serde2.columnar.ColumnarSerDe.
Declaration
public Input<string> SerializationLibrary { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |