Group

class Group

A group in Amazon QuickSight consists of a set of users. You can use groups to make it easier to manage access and security.

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) for the group.

Link copied to clipboard

The group description.

Link copied to clipboard

The name of the group.

Link copied to clipboard

The principal ID of the group.

Functions

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