Learn R Programming

paws.database (version 0.1.5)

dynamodb_describe_global_table: Returns information about the specified global table

Description

Returns information about the specified global table.

Usage

dynamodb_describe_global_table(GlobalTableName)

Arguments

GlobalTableName

[required] The name of the global table.

Request syntax

svc$describe_global_table(
  GlobalTableName = "string"
)