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
DestinationStatusDescription
Gets and sets the property DestinationStatusDescription.
The human-readable string that corresponds to the replica status.
public string DestinationStatusDescription { get; set; }
Property Value
StreamArn
Gets and sets the property StreamArn.
The ARN for a specific Kinesis data stream.
public string StreamArn { get; set; }