dynamodbstreams_describe_stream function

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

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

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 )

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.
  • Maintainer: Dyfan Jones
  • License: Apache License (>= 2.0)
  • Last published: 2025-03-14

Downloads (last 30 days):