aws.chime.list_accounts
Example SQL Queries
SELECT * FROMaws.chime.list_accounts;Description
Lists the Amazon Chime accounts under the administrator's AWS account. You can filter accounts by account name prefix. To find out which Amazon Chime account a user belongs to, you can filter by the user's email address, which returns one account result.
Table Definition
| Column Name | Column Data Type |
|---|---|
| name Input Column The Amazon Chime account name. | VARCHAR |
| user_email Input Column User email address with which to filter results. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| account_id The Amazon Chime account ID. | VARCHAR |
| account_status The status of the account. | VARCHAR |
| account_type The Amazon Chime account type. For more information about different account types, see Managing Your Amazon Chime Accounts in the Amazon Chime Administration Guide. | VARCHAR |
| aws_account_id The AWS account ID. | VARCHAR |
| created_timestamp The Amazon Chime account creation timestamp, in ISO 8601 format. | TIMESTAMP_S |
| default_license The default license for the Amazon Chime account. | VARCHAR |
| signin_delegate_groups The sign-in delegate groups associated with the account. | STRUCT( |
Show child fields
| |
| supported_licenses Supported licenses for the Amazon Chime account. | VARCHAR[] |
Show child fields
| |