dynamodbstreams_list_streams: Returns an array of stream ARNs associated with the current...

View source: R/dynamodbstreams_operations.R

dynamodbstreams_list_streamsR Documentation

Returns an array of stream ARNs associated with the current account and endpoint

Description

Returns an array of stream ARNs associated with the current account and endpoint. If the TableName parameter is present, then list_streams will return only the streams ARNs for that table.

See https://www.paws-r-sdk.com/docs/dynamodbstreams_list_streams/ for full documentation.

Usage

dynamodbstreams_list_streams(
  TableName = NULL,
  Limit = NULL,
  ExclusiveStartStreamArn = NULL
)

Arguments

TableName

If this parameter is provided, then only the streams associated with this table name are returned.

Limit

The maximum number of streams to return. The upper limit is 100.

ExclusiveStartStreamArn

The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn in the previous operation.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.