Skip to content

/AWS1/CL_QSTACCOUNTINFO

A structure that contains the following account information elements:

  • Your Amazon QuickSight account name.

  • The edition of Amazon QuickSight that your account is using.

  • The notification email address that is associated with the Amazon QuickSight account.

  • The authentication type of the Amazon QuickSight account.

  • The status of the Amazon QuickSight account's subscription.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_ACCOUNTNAME TYPE /AWS1/QSTSTRING /AWS1/QSTSTRING

The account name that 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's unique over all of Amazon Web Services, and it appears only when users sign in.

IV_EDITION TYPE /AWS1/QSTEDITION /AWS1/QSTEDITION

The edition of your Amazon QuickSight account.

IV_NOTIFICATIONEMAIL TYPE /AWS1/QSTSTRING /AWS1/QSTSTRING

The email address that will be used for Amazon QuickSight to send notifications regarding your Amazon Web Services account or Amazon QuickSight subscription.

IV_AUTHENTICATIONTYPE TYPE /AWS1/QSTSTRING /AWS1/QSTSTRING

The way that your Amazon QuickSight account is authenticated.

IV_ACCOUNTSUBSCRIPTIONSTATUS TYPE /AWS1/QSTSTRING /AWS1/QSTSTRING

The status of your account subscription.

IV_IAMIDCENTERINSTANCEARN TYPE /AWS1/QSTSTRING /AWS1/QSTSTRING

The Amazon Resource Name (ARN) for the IAM Identity Center instance.


Queryable Attributes

AccountName

The account name that 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's unique over all of Amazon Web Services, and it appears only when users sign in.

Accessible with the following methods

Method Description
GET_ACCOUNTNAME() Getter for ACCOUNTNAME, with configurable default
ASK_ACCOUNTNAME() Getter for ACCOUNTNAME w/ exceptions if field has no value
HAS_ACCOUNTNAME() Determine if ACCOUNTNAME has a value

Edition

The edition of your Amazon QuickSight account.

Accessible with the following methods

Method Description
GET_EDITION() Getter for EDITION, with configurable default
ASK_EDITION() Getter for EDITION w/ exceptions if field has no value
HAS_EDITION() Determine if EDITION has a value

NotificationEmail

The email address that will be used for Amazon QuickSight to send notifications regarding your Amazon Web Services account or Amazon QuickSight subscription.

Accessible with the following methods

Method Description
GET_NOTIFICATIONEMAIL() Getter for NOTIFICATIONEMAIL, with configurable default
ASK_NOTIFICATIONEMAIL() Getter for NOTIFICATIONEMAIL w/ exceptions if field has no v
HAS_NOTIFICATIONEMAIL() Determine if NOTIFICATIONEMAIL has a value

AuthenticationType

The way that your Amazon QuickSight account is authenticated.

Accessible with the following methods

Method Description
GET_AUTHENTICATIONTYPE() Getter for AUTHENTICATIONTYPE, with configurable default
ASK_AUTHENTICATIONTYPE() Getter for AUTHENTICATIONTYPE w/ exceptions if field has no
HAS_AUTHENTICATIONTYPE() Determine if AUTHENTICATIONTYPE has a value

AccountSubscriptionStatus

The status of your account subscription.

Accessible with the following methods

Method Description
GET_ACCTSUBSCRIPTIONSTATUS() Getter for ACCOUNTSUBSCRIPTIONSTATUS, with configurable defa
ASK_ACCTSUBSCRIPTIONSTATUS() Getter for ACCOUNTSUBSCRIPTIONSTATUS w/ exceptions if field
HAS_ACCTSUBSCRIPTIONSTATUS() Determine if ACCOUNTSUBSCRIPTIONSTATUS has a value

IAMIdentityCenterInstanceArn

The Amazon Resource Name (ARN) for the IAM Identity Center instance.

Accessible with the following methods

Method Description
GET_IAMIDCENTERINSTANCEARN() Getter for IAMIDENTITYCENTERINSTANCEARN, with configurable d
ASK_IAMIDCENTERINSTANCEARN() Getter for IAMIDENTITYCENTERINSTANCEARN w/ exceptions if fie
HAS_IAMIDCENTERINSTANCEARN() Determine if IAMIDENTITYCENTERINSTANCEARN has a value