Skip to main content

insight_details

Creates, updates, deletes, gets or lists an insight_details resource.

Overview

Nameinsight_details
TypeResource
Idaws.opensearch.insight_details

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
fieldsarrayThe list of fields that contain detailed information about the insight.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
describe_insight_detailsselectregionDescribes 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.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

SELECT examples

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
;