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.

Contains information about a delivery stream.

Inheritance Hierarchy

System.Object
  Amazon.KinesisFirehose.Model.DeliveryStreamDescription

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

Syntax

C#
public class DeliveryStreamDescription

The DeliveryStreamDescription type exposes the following members

Constructors

NameDescription
Public Method DeliveryStreamDescription()

Properties

NameTypeDescription
Public Property CreateTimestamp System.DateTime

Gets and sets the property CreateTimestamp.

The date and time that the delivery stream was created.

Public Property DeliveryStreamARN System.String

Gets and sets the property DeliveryStreamARN.

The Amazon Resource Name (ARN) of the delivery stream. For more information, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces.

Public Property DeliveryStreamEncryptionConfiguration Amazon.KinesisFirehose.Model.DeliveryStreamEncryptionConfiguration

Gets and sets the property DeliveryStreamEncryptionConfiguration.

Indicates the server-side encryption (SSE) status for the delivery stream.

Public Property DeliveryStreamName System.String

Gets and sets the property DeliveryStreamName.

The name of the delivery stream.

Public Property DeliveryStreamStatus Amazon.KinesisFirehose.DeliveryStreamStatus

Gets and sets the property DeliveryStreamStatus.

The status of the delivery stream. If the status of a delivery stream is CREATING_FAILED, this status doesn't change, and you can't invoke CreateDeliveryStream again on it. However, you can invoke the DeleteDeliveryStream operation to delete it.

Public Property DeliveryStreamType Amazon.KinesisFirehose.DeliveryStreamType

Gets and sets the property DeliveryStreamType.

The delivery stream type. This can be one of the following values:

  • DirectPut: Provider applications access the delivery stream directly.

  • KinesisStreamAsSource: The delivery stream uses a Kinesis data stream as a source.

Public Property Destinations System.Collections.Generic.List<Amazon.KinesisFirehose.Model.DestinationDescription>

Gets and sets the property Destinations.

The destinations.

Public Property FailureDescription Amazon.KinesisFirehose.Model.FailureDescription

Gets and sets the property FailureDescription.

Provides details in case one of the following operations fails due to an error related to KMS: CreateDeliveryStream, DeleteDeliveryStream, StartDeliveryStreamEncryption, StopDeliveryStreamEncryption.

Public Property HasMoreDestinations System.Boolean

Gets and sets the property HasMoreDestinations.

Indicates whether there are more destinations available to list.

Public Property LastUpdateTimestamp System.DateTime

Gets and sets the property LastUpdateTimestamp.

The date and time that the delivery stream was last updated.

Public Property Source Amazon.KinesisFirehose.Model.SourceDescription

Gets and sets the property Source.

If the DeliveryStreamType parameter is KinesisStreamAsSource, a SourceDescription object describing the source Kinesis data stream.

Public Property VersionId System.String

Gets and sets the property VersionId.

Each time the destination is updated for a delivery stream, the version ID is changed, and the current version ID is required when updating the destination. This is so that the service knows it is applying the changes to the correct version of the delivery stream.

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