QuickSight / Client / describe_account_settings

describe_account_settings

QuickSight.Client.describe_account_settings(**kwargs)

Describes the settings that were used when your Quick Sight subscription was first created in this Amazon Web Services account.

See also: AWS API Documentation

Request Syntax

response = client.describe_account_settings(
    AwsAccountId='string'
)
Parameters:

AwsAccountId (string) –

[REQUIRED]

The ID for the Amazon Web Services account that contains the settings that you want to list.

Return type:

dict

Returns:

Response Syntax

{
    'AccountSettings': {
        'AccountName': 'string',
        'Edition': 'STANDARD'|'ENTERPRISE'|'ENTERPRISE_AND_Q',
        'DefaultNamespace': 'string',
        'NotificationEmail': 'string',
        'PublicSharingEnabled': True|False,
        'TerminationProtectionEnabled': True|False
    },
    'RequestId': 'string',
    'Status': 123
}

Response Structure

  • (dict) –

    • AccountSettings (dict) –

      The Amazon Quick Sight settings for this Amazon Web Services account. This information includes the edition of Amazon Quick Sight that you subscribed to (Standard or Enterprise) and the notification email for the Amazon Quick Sight subscription.

      In the Quick Sight console, the Amazon Quick Sight subscription is sometimes referred to as a Quick Sight “account” even though it’s technically not an account by itself. Instead, it’s a subscription to the Amazon Quick Sight service for your Amazon Web Services account. The edition that you subscribe to applies to QuickSight in every Amazon Web Services Region where you use it.

      • AccountName (string) –

        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.

      • Edition (string) –

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

      • DefaultNamespace (string) –

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

      • NotificationEmail (string) –

        The main notification email for your Quick Sight subscription.

      • PublicSharingEnabled (boolean) –

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

      • TerminationProtectionEnabled (boolean) –

        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.

    • RequestId (string) –

      The Amazon Web Services request ID for this operation.

    • Status (integer) –

      The HTTP status of the request.

Exceptions