PermissionSet

An entity that contains IAM policies.

Types

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

Properties

Link copied to clipboard

The date that the permission set was created.

Link copied to clipboard

The description of the PermissionSet.

Link copied to clipboard
val name: String?

The name of the permission set.

Link copied to clipboard

The ARN of the permission set. For more information about ARNs, see /general/latest/gr/aws-arns-and-namespaces.html in the Amazon Web Services General Reference.

Link copied to clipboard

Used to redirect users within the application during the federation authentication process.

Link copied to clipboard

The length of time that the application user sessions are valid for in the ISO-8601 standard.

Functions

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