AccountSettings

The Quick Sight 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 Quick Sight subscription in your Amazon Web Services account. You create this name when you sign up for Quick Sight. It is unique in all of Amazon Web Services and it appears only when users sign in.

Link copied to clipboard

The default Quick Sight namespace for your Amazon Web Services account.

Link copied to clipboard

The edition of Quick Sight that you're currently subscribed to: Enterprise edition or Standard edition.

Link copied to clipboard

The main notification email for your Quick Sight subscription.

Link copied to clipboard

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

Link copied to clipboard

A boolean value that determines whether or not an Quick Sight 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