prometheusservice_update_scraper {paws.management} | R 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. |
[Package paws.management version 0.9.0 Index]