ApiKey - Amazon API Gateway
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

ApiKey

A resource that can be distributed to callers for executing Method resources that require an API key. API keys can be mapped to any Stage on any RestApi, which indicates that the callers with the API key can make requests to that stage.

Contents

createdDate

The timestamp when the API Key was created.

Type: Timestamp

Required: No

customerId

An Amazon Web Services Marketplace customer identifier, when integrating with the Amazon SaaS Marketplace.

Type: String

Required: No

description

The description of the API Key.

Type: String

Required: No

enabled

Specifies whether the API Key can be used by callers.

Type: Boolean

Required: No

id

The identifier of the API Key.

Type: String

Required: No

lastUpdatedDate

The timestamp when the API Key was last updated.

Type: Timestamp

Required: No

name

The name of the API Key.

Type: String

Required: No

stageKeys

A list of Stage resources that are associated with the ApiKey resource.

Type: Array of strings

Required: No

tags

The collection of tags. Each tag element is associated with a given resource.

Type: String to string map

Required: No

value

The value of the API Key.

Type: String

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: