View source: R/apigateway_operations.R
apigateway_create_api_key | R Documentation |
Create an ApiKey resource.
See https://www.paws-r-sdk.com/docs/apigateway_create_api_key/ for full documentation.
apigateway_create_api_key(
name = NULL,
description = NULL,
enabled = NULL,
generateDistinctId = NULL,
value = NULL,
stageKeys = NULL,
customerId = NULL,
tags = NULL
)
name |
The name of the ApiKey. |
description |
The description of the ApiKey. |
enabled |
Specifies whether the ApiKey can be used by callers. |
generateDistinctId |
Specifies whether ( |
value |
Specifies a value of the API key. |
stageKeys |
DEPRECATED FOR USAGE PLANS - Specifies stages associated with the API key. |
customerId |
An Amazon Web Services Marketplace customer identifier, when integrating with the Amazon Web Services SaaS Marketplace. |
tags |
The key-value map of strings. The valid character set is
[a-zA-Z+-=._:/]. The tag key can be up to 128 characters and must not
start with |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.