Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

apigateway_create_usage_plan_key

Creates a usage plan key for adding an existing API key to a usage plan


Description

Creates a usage plan key for adding an existing API key to a usage plan.

Usage

apigateway_create_usage_plan_key(usagePlanId, keyId, keyType)

Arguments

usagePlanId

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

keyId

[required] [Required] The identifier of a UsagePlanKey resource for a plan customer.

keyType

[required] [Required] The type of a UsagePlanKey resource for a plan customer.

Value

A list with the following syntax:

list(
  id = "string",
  type = "string",
  value = "string",
  name = "string"
)

Request syntax

svc$create_usage_plan_key(
  usagePlanId = "string",
  keyId = "string",
  keyType = "string"
)

paws.networking

Amazon Web Services Networking & Content Delivery Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.