Insight
Represents an insight returned by the ListInsights operation. An insight
is a notification about a domain event or recommendation that helps you optimize your
Amazon OpenSearch Service domain.
Contents
- CreationTime
-
The timestamp when the insight was created, in epoch milliseconds.
Type: Timestamp
Required: No
- DisplayName
-
The display name of the insight.
Type: String
Required: No
- InsightId
-
The unique identifier of the insight.
Type: String
Length Constraints: Fixed length of 36.
Pattern:
\p{XDigit}{8}-\p{XDigit}{4}-\p{XDigit}{4}-\p{XDigit}{4}-\p{XDigit}{12}Required: No
- IsExperimental
-
Indicates whether the insight is experimental.
Type: Boolean
Required: No
- Priority
-
The priority level of the insight. Possible values are
CRITICAL,HIGH,MEDIUM, andLOW.Type: String
Valid Values:
CRITICAL | HIGH | MEDIUM | LOWRequired: No
- Status
-
The current status of the insight. Possible values are
ACTIVE,RESOLVED, andDISMISSED.Type: String
Valid Values:
ACTIVE | RESOLVED | DISMISSEDRequired: No
- Type
-
The type of the insight. Possible values are
EVENTandRECOMMENDATION.Type: String
Valid Values:
EVENT | RECOMMENDATIONRequired: No
- UpdateTime
-
The timestamp when the insight was last updated, in epoch milliseconds.
Type: Timestamp
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: