JwtKey

class JwtKey

The JWT key stored in AWS Secrets Manager for Slurm REST API authentication.

Types

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

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the AWS Secrets Manager secret containing the JWT key.

Link copied to clipboard

The version of the AWS Secrets Manager secret containing the JWT key.

Functions

Link copied to clipboard
inline fun copy(block: JwtKey.Builder.() -> Unit = {}): JwtKey
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