Table of Contents

Class KinesisDataStreamDestination

Namespace
Amazon.DynamoDBv2.Model
Assembly
AWSSDK.DynamoDBv2.dll

Describes a Kinesis data stream destination.

public class KinesisDataStreamDestination
Inheritance
KinesisDataStreamDestination
Inherited Members

Constructors

KinesisDataStreamDestination()

public KinesisDataStreamDestination()

Properties

DestinationStatus

Gets and sets the property DestinationStatus.

The current status of replication.

public DestinationStatus DestinationStatus { get; set; }

Property Value

DestinationStatus

DestinationStatusDescription

Gets and sets the property DestinationStatusDescription.

The human-readable string that corresponds to the replica status.

public string DestinationStatusDescription { get; set; }

Property Value

string

StreamArn

Gets and sets the property StreamArn.

The ARN for a specific Kinesis data stream.

public string StreamArn { get; set; }

Property Value

string