ScraperSummary

The ScraperSummary structure contains a summary of the details about one scraper in your account.

Types

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

Properties

Link copied to clipboard

(Optional) A name associated with the scraper.

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) of the scraper.

Link copied to clipboard

The date and time that the scraper was created.

Link copied to clipboard

The Amazon Managed Service for Prometheus workspace the scraper sends metrics to.

Link copied to clipboard

The date and time that the scraper was last modified.

Link copied to clipboard

The Amazon Resource Name (ARN) of the IAM role that provides permissions for the scraper to discover and collect metrics on your behalf.

Link copied to clipboard

The ID of the scraper.

Link copied to clipboard

The Amazon EKS cluster from which the scraper collects metrics.

Link copied to clipboard

A structure that contains the current status of the scraper.

Link copied to clipboard

If there is a failure, the reason for the failure.

Link copied to clipboard

(Optional) The list of tag keys and values associated with the scraper.

Functions

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