CreateApiKeyResponse

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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The timestamp when the API Key was created.

Link copied to clipboard

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

Link copied to clipboard

The description of the API Key.

Link copied to clipboard

Specifies whether the API Key can be used by callers.

Link copied to clipboard
val id: String?

The identifier of the API Key.

Link copied to clipboard

The timestamp when the API Key was last updated.

Link copied to clipboard
val name: String?

The name of the API Key.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The value of the API Key.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String