Skip to content

Get Account

apigateway_get_account R Documentation

Gets information about the current Account resource

Description

Gets information about the current Account resource.

Usage

apigateway_get_account()

Value

A list with the following syntax:

list(
  cloudwatchRoleArn = "string",
  throttleSettings = list(
    burstLimit = 123,
    rateLimit = 123.0
  ),
  features = list(
    "string"
  ),
  apiKeyVersion = "string"
)

Request syntax

svc$get_account()