InsightEntity

Specifies the entity for which to retrieve insights. An entity can be an Amazon OpenSearch Service domain or an Amazon Web Services account.

Types

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

Properties

Link copied to clipboard

The type of the entity. Possible values are Account and DomainName.

Link copied to clipboard

The value of the entity. For DomainName, this is the domain name. For Account, this is the Amazon Web Services account ID.

Functions

Link copied to clipboard
inline fun copy(block: InsightEntity.Builder.() -> Unit = {}): InsightEntity
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