insight_details
Creates, updates, deletes, gets or lists an insight_details resource.
Overview
| Name | insight_details |
| Type | Resource |
| Id | aws.opensearch.insight_details |
Fields
The following fields are returned by SELECT queries:
- describe_insight_details
| Name | Datatype | Description |
|---|---|---|
fields | array | The list of fields that contain detailed information about the insight. |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
describe_insight_details | select | region | Describes the details of an existing insight for an Amazon OpenSearch Service domain. Returns detailed fields associated with the specified insight, such as text descriptions and metric data. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
region | string | AWS region (default: us-east-1) |
SELECT examples
- describe_insight_details
Describes the details of an existing insight for an Amazon OpenSearch Service domain. Returns detailed fields associated with the specified insight, such as text descriptions and metric data.
SELECT
fields
FROM aws.opensearch.insight_details
WHERE region = '{{ region }}' -- required
;