KxUser

class KxUser

A structure that stores metadata for a kdb user.

Types

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

Properties

Link copied to clipboard

The timestamp at which the kdb user was created.

Link copied to clipboard

The IAM role ARN that is associated with the user.

Link copied to clipboard

The timestamp at which the kdb user was updated.

Link copied to clipboard

The Amazon Resource Name (ARN) that identifies the user. For more information about ARNs and how to use ARNs in policies, see IAM Identifiers in the IAM User Guide.

Link copied to clipboard

A unique identifier for the user.

Functions

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