dynamodb_describe_table {paws.database} | R 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. You can also provide the Amazon Resource Name (ARN) of the table in this parameter. |
[Package paws.database version 0.7.0 Index]