PrometheusService / Client / delete_logging_configuration
delete_logging_configuration¶
- PrometheusService.Client.delete_logging_configuration(**kwargs)¶
- Deletes the rules and alerting logging configuration for a workspace. - Note- These logging configurations are only for rules and alerting logs. - See also: AWS API Documentation - Request Syntax- response = client.delete_logging_configuration( workspaceId='string', clientToken='string' ) - Parameters:
- workspaceId (string) – - [REQUIRED] - The ID of the workspace containing the logging configuration to delete. 
- clientToken (string) – - A unique identifier that you can provide to ensure the idempotency of the request. Case-sensitive. - This field is autopopulated if not provided. 
 
- Returns:
- None 
 - Exceptions- PrometheusService.Client.exceptions.ConflictException
- PrometheusService.Client.exceptions.ValidationException
- PrometheusService.Client.exceptions.ResourceNotFoundException
- PrometheusService.Client.exceptions.AccessDeniedException
- PrometheusService.Client.exceptions.InternalServerException