aws.eks.describe_insight
Example SQL Queries
SELECT * FROMaws.eks.describe_insightWHERE"cluster_name" = 'VALUE'AND "id" = 'VALUE';Description
Returns details about an insight that you specify using its ID.
Table Definition
| Column Name | Column Data Type |
|---|---|
| cluster_name Required Input Column The name of the cluster to describe the insight for. | VARCHAR |
| id Required Input Column The identity of the insight to describe. | 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 |
| insight The full description of the insight. | STRUCT( |
Show child fields
| |