aws.grafana.describe_workspace_authentication
Example SQL Queries
SELECT * FROMaws.grafana.describe_workspace_authenticationWHERE"workspace_id" = 'VALUE';Description
Displays information about the authentication methods used in one Amazon Managed Grafana workspace.
Table Definition
| Column Name | Column Data Type |
|---|---|
| workspace_id Required Input Column The ID of the workspace to return authentication information about. | 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 |
| authentication A structure containing information about the authentication methods used in the workspace. | STRUCT( |
Show child fields
| |