paws.networking (version 0.1.6)

apigateway_get_api_key: Gets information about the current ApiKey resource

Description

Gets information about the current ApiKey resource.

Usage

apigateway_get_api_key(apiKey, includeValue)

Arguments

apiKey

[required] [Required] The identifier of the ApiKey resource.

includeValue

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

Request syntax

svc$get_api_key(
  apiKey = "string",
  includeValue = TRUE|FALSE
)