Insight

class 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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val creationTime: <Error class: unknown class>?

The timestamp when the insight was created, in epoch milliseconds.

Link copied to clipboard

The display name of the insight.

Link copied to clipboard

The unique identifier of the insight.

Link copied to clipboard

Indicates whether the insight is experimental.

Link copied to clipboard

The priority level of the insight. Possible values are CRITICAL, HIGH, MEDIUM, and LOW.

Link copied to clipboard

The current status of the insight. Possible values are ACTIVE, RESOLVED, and DISMISSED.

Link copied to clipboard

The type of the insight. Possible values are EVENT and RECOMMENDATION.

Link copied to clipboard
val updateTime: <Error class: unknown class>?

The timestamp when the insight was last updated, in epoch milliseconds.

Functions

Link copied to clipboard
inline fun copy(block: Insight.Builder.() -> Unit = {}): Insight
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String