Updates an existing scraper.
See https://www.paws-r-sdk.com/docs/prometheusservice_update_scraper/ for full documentation.
prometheusservice_update_scraper(
alias = NULL,
clientToken = NULL,
destination = NULL,
roleConfiguration = NULL,
scrapeConfiguration = NULL,
scraperId
)
The new alias of the scraper.
A unique identifier that you can provide to ensure the idempotency of the request. Case-sensitive.
The new Amazon Managed Service for Prometheus workspace to send metrics to.
The scraper role configuration for the workspace.
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.
[required] The ID of the scraper to update.