Delete Data Protection Policy
| cloudwatchlogs_delete_data_protection_policy | R Documentation | 
Deletes the data protection policy from the specified log group¶
Description¶
Deletes the data protection policy from the specified log group.
For more information about data protection policies, see
put_data_protection_policy.
Usage¶
cloudwatchlogs_delete_data_protection_policy(logGroupIdentifier)
Arguments¶
logGroupIdentifier | 
[required] The name or ARN of the log group that you want to delete the data protection policy for.  | 
Value¶
An empty list.
Request syntax¶
svc$delete_data_protection_policy(
  logGroupIdentifier = "string"
)