AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Specifies the deserializer you want to use to convert the format of the input data. This parameter is required if Enabled is set to true.

Inheritance Hierarchy

System.Object
  Amazon.KinesisFirehose.Model.InputFormatConfiguration

Namespace: Amazon.KinesisFirehose.Model
Assembly: AWSSDK.KinesisFirehose.dll
Version: 3.x.y.z

Syntax

C#
public class InputFormatConfiguration

The InputFormatConfiguration type exposes the following members

Constructors

NameDescription
Public Method InputFormatConfiguration()

Properties

NameTypeDescription
Public Property Deserializer Amazon.KinesisFirehose.Model.Deserializer

Gets and sets the property Deserializer.

Specifies which deserializer to use. You can choose either the Apache Hive JSON SerDe or the OpenX JSON SerDe. If both are non-null, the server rejects the request.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5