paws.networking (version 0.1.6)

apigateway_get_api_keys: Gets information about the current ApiKeys resource

Description

Gets information about the current ApiKeys resource.

Usage

apigateway_get_api_keys(position, limit, nameQuery, customerId,
  includeValues)

Arguments

position

The current pagination position in the paged result set.

limit

The maximum number of returned results per page. The default value is 25 and the maximum value is 500.

nameQuery

The name of queried API keys.

customerId

The identifier of a customer in AWS Marketplace or an external system, such as a developer portal.

includeValues

A boolean flag to specify whether (true) or not (false) the result contains key values.

Request syntax

svc$get_api_keys(
  position = "string",
  limit = 123,
  nameQuery = "string",
  customerId = "string",
  includeValues = TRUE|FALSE
)