dynamodbstreams_describe_stream: Returns information about a stream, including the current...

View source: R/dynamodbstreams_operations.R

dynamodbstreams_describe_streamR 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 LastEvaluatedShardId in the previous operation.


paws.database documentation built on Sept. 12, 2024, 6:37 a.m.