CloudWatchLogs / Client / delete_scheduled_query
delete_scheduled_query¶
- CloudWatchLogs.Client.delete_scheduled_query(**kwargs)¶
Deletes a scheduled query and stops all future executions. This operation also removes any configured actions and associated resources.
See also: AWS API Documentation
Request Syntax
response = client.delete_scheduled_query( identifier='string' )
- Parameters:
identifier (string) –
[REQUIRED]
The ARN or name of the scheduled query to delete.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions