GatewayApiKeyCredentialProvider

An API key credential provider for gateway authentication. This structure contains the configuration for authenticating with the target endpoint using an API key.

Types

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

Properties

Link copied to clipboard

The location of the API key credential. This field specifies where in the request the API key should be placed.

Link copied to clipboard

The name of the credential parameter for the API key. This parameter name is used when sending the API key to the target endpoint.

Link copied to clipboard

The prefix for the API key credential. This prefix is added to the API key when sending it to the target endpoint.

Link copied to clipboard

The Amazon Resource Name (ARN) of the API key credential provider. This ARN identifies the provider in Amazon Web Services.

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