Values_0.AccountInfoSourceA structure that contains the following account information elements: Your Quick Sight account name. The edition of Quick Sight that your account is using. The notification email address that is associated with the Quick Sight account. The authentication type of the Quick Sight account. The status of the Quick Sight account's subscription.
type nonrec t = {accountName : String_.t option;The account name that you provided for the Amazon Quick Sight subscription in your Amazon Web Services account. You create this name when you sign up for Quick. It's unique over all of Amazon Web Services, and it appears only when users sign in.
*)edition : Edition.t option;The edition of your Quick Sight account.
*)notificationEmail : String_.t option;The email address that will be used for Quick Sight to send notifications regarding your Amazon Web Services account or Quick Sight subscription.
*)authenticationType : String_.t option;The way that your Amazon Quick Sight account is authenticated.
*)accountSubscriptionStatus : String_.t option;The status of your account subscription.
*)iAMIdentityCenterInstanceArn : String_.t option;The Amazon Resource Name (ARN) for the IAM Identity Center instance.
*)}