dynamodb_describe_table function

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

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

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.

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.