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 an action that writes data to an Amazon Kinesis Firehose stream.

Inheritance Hierarchy

System.Object
  Amazon.IoT.Model.FirehoseAction

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

Syntax

C#
public class FirehoseAction

The FirehoseAction type exposes the following members

Constructors

NameDescription
Public Method FirehoseAction()

Properties

NameTypeDescription
Public Property BatchMode System.Boolean

Gets and sets the property BatchMode.

Whether to deliver the Kinesis Data Firehose stream as a batch by using PutRecordBatch . The default value is false.

When batchMode is true and the rule's SQL statement evaluates to an Array, each Array element forms one record in the PutRecordBatch request. The resulting array can't have more than 500 records.

Public Property DeliveryStreamName System.String

Gets and sets the property DeliveryStreamName.

The delivery stream name.

Public Property RoleArn System.String

Gets and sets the property RoleArn.

The IAM role that grants access to the Amazon Kinesis Firehose stream.

Public Property Separator System.String

Gets and sets the property Separator.

A character separator that will be used to separate records written to the Firehose stream. Valid values are: '\n' (newline), '\t' (tab), '\r\n' (Windows newline), ',' (comma).

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