Skip to content

Delete Scraper Logging Configuration

prometheusservice_delete_scraper_logging_configuration R Documentation

Deletes the logging configuration for a Amazon Managed Service for Prometheus scraper

Description

Deletes the logging configuration for a Amazon Managed Service for Prometheus scraper.

Usage

prometheusservice_delete_scraper_logging_configuration(scraperId,
  clientToken)

Arguments

scraperId

[required] The ID of the scraper whose logging configuration will be deleted.

clientToken

A unique, case-sensitive identifier that you provide to ensure the request is processed exactly once.

Value

An empty list.

Request syntax

svc$delete_scraper_logging_configuration(
  scraperId = "string",
  clientToken = "string"
)