AssumedRoleUser

An object with the permanent IAM role identity and the temporary session name.

Types

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

Properties

Link copied to clipboard
val arn: String

The ARN of the IAM role that the temporary credentials authenticate to.

Link copied to clipboard

The session name of the temporary session requested to STS. The value is a unique identifier that contains the role ID, a colon (:), and the role session name of the role that is being assumed. The role ID is generated by IAM when the role is created. The role session name part of the value follows this format: eks-<i>clustername</i>-<i>podname</i>-<i>random UUID</i>

Functions

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