apigateway_get_usage_plan_keys: Gets all the usage plan keys representing the API keys added...

View source: R/apigateway_operations.R

apigateway_get_usage_plan_keysR Documentation

Gets all the usage plan keys representing the API keys added to a specified usage plan

Description

Gets all the usage plan keys representing the API keys added to a specified usage plan.

See https://www.paws-r-sdk.com/docs/apigateway_get_usage_plan_keys/ for full documentation.

Usage

apigateway_get_usage_plan_keys(
  usagePlanId,
  position = NULL,
  limit = NULL,
  nameQuery = NULL
)

Arguments

usagePlanId

[required] The Id of the UsagePlan resource representing the usage plan containing the to-be-retrieved UsagePlanKey resource representing a plan customer.

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

A query parameter specifying the name of the to-be-returned usage plan keys.


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.