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.

Details about a Kinesis data stream used as the source for a Firehose delivery stream.

Inheritance Hierarchy

System.Object
  Amazon.KinesisFirehose.Model.KinesisStreamSourceDescription

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

Syntax

C#
public class KinesisStreamSourceDescription

The KinesisStreamSourceDescription type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property DeliveryStartTimestamp System.DateTime

Gets and sets the property DeliveryStartTimestamp.

Firehose starts retrieving records from the Kinesis data stream starting with this timestamp.

Public Property KinesisStreamARN System.String

Gets and sets the property KinesisStreamARN.

The Amazon Resource Name (ARN) of the source Kinesis data stream. For more information, see Amazon Kinesis Data Streams ARN Format.

Public Property RoleARN System.String

Gets and sets the property RoleARN.

The ARN of the role used by the source Kinesis data stream. For more information, see Amazon Web Services Identity and Access Management (IAM) ARN Format.

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