dynamodb_describe_table: Returns information about the table, including the current...

View source: R/dynamodb_operations.R

dynamodb_describe_tableR Documentation

Returns information about the table, including the current status of the table, when it was created, the primary key schema, and any indexes on the table

Description

Returns information about the table, including the current status of the table, when it was created, the primary key schema, and any indexes on the table.

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

Usage

dynamodb_describe_table(TableName)

Arguments

TableName

[required] The name of the table to describe.


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