PrometheusService / Client / delete_logging_configuration

delete_logging_configuration#

PrometheusService.Client.delete_logging_configuration(**kwargs)#

Delete logging configuration.

See also: AWS API Documentation

Request Syntax

response = client.delete_logging_configuration(
    clientToken='string',
    workspaceId='string'
)
Parameters:
  • clientToken (string) –

    Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.

    This field is autopopulated if not provided.

  • workspaceId (string) –

    [REQUIRED]

    The ID of the workspace to vend logs to.

Returns:

None

Exceptions

  • PrometheusService.Client.exceptions.ConflictException

  • PrometheusService.Client.exceptions.ValidationException

  • PrometheusService.Client.exceptions.ResourceNotFoundException

  • PrometheusService.Client.exceptions.AccessDeniedException

  • PrometheusService.Client.exceptions.InternalServerException