LimitsProfile

A limits profile that defines resource usage limits for Amazon Quick Sight users. Limits profiles can be assigned to users, groups, or roles to control resource consumption.

Types

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

Properties

Link copied to clipboard

The ID of the Amazon Web Services account that contains the limits profile.

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) of the limits profile.

Link copied to clipboard

The date and time that the limits profile was created.

Link copied to clipboard

The description of the limits profile.

Link copied to clipboard

The unique identifier for the limits profile.

Link copied to clipboard

The display name of the limits profile.

Link copied to clipboard

A map of resource types to their limit values.

Link copied to clipboard

The date and time that the limits profile was last updated.

Functions

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