View source: R/cloudwatchlogs_operations.R
cloudwatchlogs_put_data_protection_policy | R Documentation |
Creates a data protection policy for the specified log group. A data protection policy can help safeguard sensitive data that's ingested by the log group by auditing and masking the sensitive log data.
See https://www.paws-r-sdk.com/docs/cloudwatchlogs_put_data_protection_policy/ for full documentation.
cloudwatchlogs_put_data_protection_policy(logGroupIdentifier, policyDocument)
logGroupIdentifier |
[required] Specify either the log group name or log group ARN. |
policyDocument |
[required] Specify the data protection policy, in JSON. This policy must include two JSON blocks:
For an example data protection policy, see the Examples section on this page. The contents of the two In addition to the two JSON blocks, the The JSON specified in |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.