dynamodbstreams_describe_stream {paws.database} | R Documentation |
Returns information about a stream, including the current status of the stream, its Amazon Resource Name (ARN), the composition of its shards, and its corresponding DynamoDB table
Description
Returns information about a stream, including the current status of the stream, its Amazon Resource Name (ARN), the composition of its shards, and its corresponding DynamoDB table.
See https://www.paws-r-sdk.com/docs/dynamodbstreams_describe_stream/ for full documentation.
Usage
dynamodbstreams_describe_stream(
StreamArn,
Limit = NULL,
ExclusiveStartShardId = NULL
)
Arguments
StreamArn |
[required] The Amazon Resource Name (ARN) for the stream. |
Limit |
The maximum number of shard objects to return. The upper limit is 100. |
ExclusiveStartShardId |
The shard ID of the first item that this operation will evaluate. Use
the value that was returned for |
[Package paws.database version 0.6.0 Index]