IamPrincipal

An IAM principal specification for rule matching.

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 principal. Supports user, role, and assumed-role ARNs. Wildcards can be used with the StringLike operator.

Link copied to clipboard

The match operator. StringEquals requires an exact match. StringLike supports wildcard patterns using * and ?.

Functions

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