IamIdentity

The IAM Identity details associated with the user. These details are associated with model package groups, model packages and project entities only.

Types

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

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the IAM identity.

Link copied to clipboard

The ID of the principal that assumes the IAM identity.

Link copied to clipboard

The person or application which assumes the IAM identity.

Functions

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