Skip to content

Describe Endpoints

dynamodb_describe_endpoints R Documentation

Returns the regional endpoint information

Description

Returns the regional endpoint information. For more information on policy permissions, please see Internetwork traffic privacy.

Usage

dynamodb_describe_endpoints()

Value

A list with the following syntax:

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

Request syntax

svc$describe_endpoints()