CloudWatchLogs / Client / delete_integration
delete_integration¶
- CloudWatchLogs.Client.delete_integration(**kwargs)¶
- Deletes the integration between CloudWatch Logs and OpenSearch Service. If your integration has active vended logs dashboards, you must specify - truefor the- forceparameter, otherwise the operation will fail. If you delete the integration by setting- forceto- true, all your vended logs dashboards powered by OpenSearch Service will be deleted and the data that was on them will no longer be accessible.- See also: AWS API Documentation - Request Syntax- response = client.delete_integration( integrationName='string', force=True|False ) - Parameters:
- integrationName (string) – - [REQUIRED] - The name of the integration to delete. To find the name of your integration, use ListIntegrations. 
- force (boolean) – - Specify - trueto force the deletion of the integration even if vended logs dashboards currently exist.- The default is - false.
 
- Return type:
- dict 
- Returns:
- Response Syntax- {}- Response Structure- (dict) – 
 
 - Exceptions- CloudWatchLogs.Client.exceptions.InvalidParameterException
- CloudWatchLogs.Client.exceptions.ResourceNotFoundException
- CloudWatchLogs.Client.exceptions.ServiceUnavailableException
- CloudWatchLogs.Client.exceptions.ValidationException