Learn R Programming

paws.database (version 0.1.10)

dynamodb_describe_export: Describes an existing table export

Description

Describes an existing table export.

Usage

dynamodb_describe_export(ExportArn)

Arguments

ExportArn

[required] The Amazon Resource Name (ARN) associated with the export.

Request syntax

svc$describe_export(
  ExportArn = "string"
)