information_schema.account_info view to return information about
account-level settings and flags (for example, ALLOW_AMAZON_BEDROCK).
You can use a SELECT query to return all settings, as shown below.
For general account metadata (such as account name, region, and owner), see information_schema.accounts.
Columns in information_schema.account_info
Each row has the following columns with information about an account setting.| Column Name | Data Type | Description |
|---|---|---|
| name | TEXT | The setting name. |
| value | TEXT | The current value serialized as text. |
| data_type | TEXT | The data type of the setting value (for example, BOOLEAN). |