prometheusservice_update_scraper: Updates an existing scraper

View source: R/prometheusservice_operations.R

prometheusservice_update_scraperR Documentation

Updates an existing scraper

Description

Updates an existing scraper.

See https://www.paws-r-sdk.com/docs/prometheusservice_update_scraper/ for full documentation.

Usage

prometheusservice_update_scraper(
  alias = NULL,
  clientToken = NULL,
  destination = NULL,
  roleConfiguration = NULL,
  scrapeConfiguration = NULL,
  scraperId
)

Arguments

alias

The new alias of the scraper.

clientToken

A unique identifier that you can provide to ensure the idempotency of the request. Case-sensitive.

destination

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

roleConfiguration

The scraper role configuration for the workspace.

scrapeConfiguration

Contains the base-64 encoded YAML configuration for the scraper.

For more information about configuring a scraper, see Using an Amazon Web Services managed collector in the Amazon Managed Service for Prometheus User Guide.

scraperId

[required] The ID of the scraper to update.


paws.management documentation built on April 3, 2025, 10:39 p.m.