Skip to main content

problem_observations

Creates, updates, deletes, gets or lists a problem_observations resource.

Overview

Nameproblem_observations
TypeResource
Idaws.application_insights.problem_observations

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
observation_listarrayThe list of observations related to the problem.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
describe_problem_observationsselectregionDescribes the anomalies or errors associated with the problem.

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 anomalies or errors associated with the problem.

SELECT
observation_list
FROM aws.application_insights.problem_observations
WHERE region = '{{ region }}' -- required
;