AuthorizerDescription

The authorizer description.

Types

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

Properties

Link copied to clipboard

The authorizer ARN.

Link copied to clipboard

The authorizer's Lambda function ARN.

Link copied to clipboard

The authorizer name.

Link copied to clipboard

The UNIX timestamp of when the authorizer was created.

Link copied to clipboard

When true, the result from the authorizer’s Lambda function is cached for the time specified in refreshAfterInSeconds. The cached result is used while the device reuses the same HTTP connection.

Link copied to clipboard

The UNIX timestamp of when the authorizer was last updated.

Link copied to clipboard

Specifies whether IoT validates the token signature in an authorization request.

Link copied to clipboard

The status of the authorizer.

Link copied to clipboard

The key used to extract the token from the HTTP headers.

Link copied to clipboard

The public keys used to validate the token signature returned by your custom authentication service.

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