

# AccountSettings
<a name="API_AccountSettings"></a>

The Quick Sight settings associated with your Amazon account.

## Contents
<a name="API_AccountSettings_Contents"></a>

**Note**  
In the following list, the required parameters are described first.

 ** AccountName **   <a name="QS-Type-AccountSettings-AccountName"></a>
The "account name" you provided for the Quick Sight subscription in your Amazon account. You create this name when you sign up for Quick Sight. It is unique in all of Amazon and it appears only when users sign in.  
Type: String  
Required: No

 ** DefaultNamespace **   <a name="QS-Type-AccountSettings-DefaultNamespace"></a>
The default Quick Sight namespace for your Amazon account.   
Type: String  
Length Constraints: Maximum length of 64.  
Pattern: `^[a-zA-Z0-9._-]*$`   
Required: No

 ** Edition **   <a name="QS-Type-AccountSettings-Edition"></a>
The edition of Quick Sight that you're currently subscribed to: Enterprise edition or Standard edition.  
Type: String  
Valid Values: `STANDARD | ENTERPRISE | ENTERPRISE_AND_Q`   
Required: No

 ** NotificationEmail **   <a name="QS-Type-AccountSettings-NotificationEmail"></a>
The main notification email for your Quick Sight subscription.  
Type: String  
Required: No

 ** PublicSharingEnabled **   <a name="QS-Type-AccountSettings-PublicSharingEnabled"></a>
A Boolean value that indicates whether public sharing is turned on for an Quick account. For more information about turning on public sharing, see [UpdatePublicSharingSettings](https://docs.amazonaws.cn/quicksight/latest/APIReference/API_UpdatePublicSharingSettings.html).  
Type: Boolean  
Required: No

 ** TerminationProtectionEnabled **   <a name="QS-Type-AccountSettings-TerminationProtectionEnabled"></a>
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.   
Type: Boolean  
Required: No

## See Also
<a name="API_AccountSettings_SeeAlso"></a>

For more information about using this API in one of the language-specific Amazon SDKs, see the following:
+  [Amazon SDK for C\+\+](https://docs.amazonaws.cn/goto/SdkForCpp/quicksight-2018-04-01/AccountSettings) 
+  [Amazon SDK for Java V2](https://docs.amazonaws.cn/goto/SdkForJavaV2/quicksight-2018-04-01/AccountSettings) 
+  [Amazon SDK for Ruby V3](https://docs.amazonaws.cn/goto/SdkForRubyV3/quicksight-2018-04-01/AccountSettings) 