Learn R Programming

paws.database (version 0.1.8)

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"
)

Details

This method only applies to Version 2017.11.29 of global tables.