Learn R Programming

paws.database (version 0.1.12)

dynamodb_describe_endpoints: Returns the regional endpoint information

Description

Returns the regional endpoint information.

Usage

dynamodb_describe_endpoints()

Arguments

Value

A list with the following syntax:

list(
  Endpoints = list(
    list(
      Address = "string",
      CachePeriodInMinutes = 123
    )
  )
)

Request syntax

svc$describe_endpoints()