aws.grafana.list_workspace_service_accounts
Example SQL Queries
SELECT * FROMaws.grafana.list_workspace_service_accountsWHERE"workspace_id" = 'VALUE';Description
Returns a list of service accounts for a workspace.
Service accounts are only available for workspaces that are compatible with Grafana version 9 and above.
Table Definition
| Column Name | Column Data Type |
|---|---|
| workspace_id Required Input Column The workspace to which the service accounts are associated. | 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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| service_accounts An array of structures containing information about the service accounts. | STRUCT( |
Show child fields
| |