Principal

class Principal

Describes a principal for use with Resource Access Manager.

Types

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

Properties

Link copied to clipboard

The date and time when the principal was associated with the resource share.

Link copied to clipboard

Indicates the relationship between the Amazon Web Services account the principal belongs to and the account that owns the resource share:

Link copied to clipboard
val id: String?

The ID of the principal that can be associated with a resource share.

Link copied to clipboard

The date and time when the association between the resource share and the principal was last updated.

Link copied to clipboard

The Amazon Resource Name (ARN) of a resource share the principal is associated with.

Functions

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