CreateApiKeyRequest

Request to create an ApiKey resource.

Types

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

Properties

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 ApiKey.

Link copied to clipboard

Specifies whether the ApiKey can be used by callers.

Link copied to clipboard

Specifies whether (true) or not (false) the key identifier is distinct from the created API key value. This parameter is deprecated and should not be used.

Link copied to clipboard
val name: String?

The name of the ApiKey.

Link copied to clipboard

DEPRECATED FOR USAGE PLANS - Specifies stages associated with the API key.

Link copied to clipboard

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 aws:. The tag value can be up to 256 characters.

Link copied to clipboard

Specifies a 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