AccountSettings

The Amazon QuickSight settings associated with your Amazon Web Services account.

Types

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

Properties

Link copied to clipboard

The "account name" you provided for the Amazon QuickSight subscription in your Amazon Web Services account. You create this name when you sign up for Amazon QuickSight. It is unique in all of Amazon Web Services and it appears only when users sign in.

Link copied to clipboard

The default Amazon QuickSight namespace for your Amazon Web Services account.

Link copied to clipboard

The edition of Amazon QuickSight that you're currently subscribed to: Enterprise edition or Standard edition.

Link copied to clipboard

The main notification email for your Amazon QuickSight subscription.

Link copied to clipboard

A Boolean value that indicates whether public sharing is turned on for an Amazon QuickSight account. For more information about turning on public sharing, see UpdatePublicSharingSettings.

Link copied to clipboard

A boolean value that determines whether or not an Amazon QuickSight account can be deleted. A True value doesn't allow the account to be deleted and results in an error message if a user tries to make a DeleteAccountSubsctiption request. A False value will allow the ccount to be deleted.

Functions

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