cloudwatchlogs_delete_index_policy {paws.management} | R Documentation |
Deletes a log-group level field index policy that was applied to a single log group
Description
Deletes a log-group level field index policy that was applied to a single log group. The indexing of the log events that happened before you delete the policy will still be used for as many as 30 days to improve CloudWatch Logs Insights queries.
See https://www.paws-r-sdk.com/docs/cloudwatchlogs_delete_index_policy/ for full documentation.
Usage
cloudwatchlogs_delete_index_policy(logGroupIdentifier)
Arguments
logGroupIdentifier |
[required] The log group to delete the index policy for. You can specify either the name or the ARN of the log group. |
[Package paws.management version 0.9.0 Index]