Show / Hide Table of Contents

Class CatalogTableStorageDescriptorSerDeInfoArgs

Inheritance
System.Object
InputArgs
ResourceArgs
CatalogTableStorageDescriptorSerDeInfoArgs
Inherited Members
ResourceArgs.Empty
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 Source

CatalogTableStorageDescriptorSerDeInfoArgs()

Declaration
public CatalogTableStorageDescriptorSerDeInfoArgs()

Properties

View Source

Name

Name of the SerDe.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.