Learn R Programming

paws.database (version 0.7.0)

dynamodb_describe_table: 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. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.