View source: R/dynamodbstreams_operations.R
dynamodbstreams_describe_stream | 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.
See https://www.paws-r-sdk.com/docs/dynamodbstreams_describe_stream/ for full documentation.
dynamodbstreams_describe_stream(
StreamArn,
Limit = NULL,
ExclusiveStartShardId = NULL
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.