CreateScraperRequest

Represents the input of a CreateScraper operation.

Types

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

Properties

Link copied to clipboard

(optional) An alias to associate with the scraper. This is for your use, and does not need to be unique.

Link copied to clipboard

(Optional) A unique, case-sensitive identifier that you can provide to ensure the idempotency of the request.

Link copied to clipboard

The Amazon Managed Service for Prometheus workspace to send metrics to.

Link copied to clipboard

Use this structure to enable cross-account access, so that you can use a target account to access Prometheus metrics from source accounts.

Link copied to clipboard

The configuration file to use in the new scraper. For more information, see Scraper configuration in the Amazon Managed Service for Prometheus User Guide.

Link copied to clipboard

The Amazon EKS cluster from which the scraper will collect metrics.

Link copied to clipboard

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

Functions

Link copied to clipboard
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