/AWS1/CL_QSTACCOUNTINFO¶
A 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.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_accountname TYPE /AWS1/QSTSTRING /AWS1/QSTSTRING¶
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 Suite. 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 Quick Sight account.
iv_notificationemail TYPE /AWS1/QSTSTRING /AWS1/QSTSTRING¶
The email address that will be used for Quick Sight to send notifications regarding your Amazon Web Services account or Quick Sight subscription.
iv_authenticationtype TYPE /AWS1/QSTSTRING /AWS1/QSTSTRING¶
The way that your Amazon Quick Sight 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 Quick Sight subscription in your Amazon Web Services account. You create this name when you sign up for Quick Suite. 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 Quick Sight 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 Quick Sight to send notifications regarding your Amazon Web Services account or Quick Sight 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 Quick Sight 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 |