CreateTokenRequest

Types

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

Properties

Link copied to clipboard

Idempotency token, valid for 10 minutes.

Link copied to clipboard

Token expiration, in days, counted from token creation. The default is 365 days.

Link copied to clipboard

Amazon Resource Name (ARN) of the license. The ARN is mapped to the aud claim of the JWT token.

Link copied to clipboard

Amazon Resource Name (ARN) of the IAM roles to embed in the token. License Manager does not check whether the roles are in use.

Link copied to clipboard

Data specified by the caller to be included in the JWT token. The data is mapped to the amr claim of the JWT token.

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