View source: R/cloudwatchlogs_operations.R
cloudwatchlogs_delete_integration | R Documentation |
Deletes the integration between CloudWatch Logs and OpenSearch Service. If your integration has active vended logs dashboards, you must specify true
for the force
parameter, otherwise the operation will fail. If you delete the integration by setting force
to 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 https://www.paws-r-sdk.com/docs/cloudwatchlogs_delete_integration/ for full documentation.
cloudwatchlogs_delete_integration(integrationName, force = NULL)
integrationName |
[required] The name of the integration to delete. To find the name of your
integration, use
|
force |
Specify The default is |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.