QueryInfo

class QueryInfo

Information about one CloudWatch Logs Insights query that matches the request in a DescribeQueries operation.

Types

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

Properties

Link copied to clipboard

The date and time that this query was created.

Link copied to clipboard

The name of the log group scanned by this query.

Link copied to clipboard

The unique ID number of this query.

Link copied to clipboard

The query language used for this query. For more information about the query languages that CloudWatch Logs supports, see Supported query languages.

Link copied to clipboard

The query string used in this query.

Link copied to clipboard

The status of this query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, and Unknown.

Functions

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