IndexStatus

Contains information about the status of a Resource Explorer index operation in a specific Region.

Types

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

Properties

Link copied to clipboard

Details about any error that occurred during the index operation.

Link copied to clipboard
val index: Index?

An index is the data store used by Amazon Web Services Resource Explorer to hold information about your Amazon Web Services resources that the service discovers. Creating an index in an Amazon Web Services Region turns on Resource Explorer and lets it discover your resources.

Link copied to clipboard

The current status of the index operation. Valid values are SUCCEEDED, FAILED, IN_PROGRESS, or SKIPPED.

Functions

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