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.

Describes a data processor.

If you want to add a new line delimiter between records in objects that are delivered to Amazon S3, choose AppendDelimiterToRecord as a processor type. You don’t have to put a processor parameter when you select AppendDelimiterToRecord.

Inheritance Hierarchy

System.Object
  Amazon.KinesisFirehose.Model.Processor

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

Syntax

C#
public class Processor

The Processor type exposes the following members

Constructors

NameDescription
Public Method Processor()

Properties

NameTypeDescription
Public Property Parameters System.Collections.Generic.List<Amazon.KinesisFirehose.Model.ProcessorParameter>

Gets and sets the property Parameters.

The processor parameters.

Public Property Type Amazon.KinesisFirehose.ProcessorType

Gets and sets the property Type.

The type of processor.

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