View source: R/cloudwatchlogs_operations.R
cloudwatchlogs_associate_kms_key | R Documentation |
Associates the specified KMS key with either one log group in the account, or with all stored CloudWatch Logs query insights results in the account.
See https://www.paws-r-sdk.com/docs/cloudwatchlogs_associate_kms_key/ for full documentation.
cloudwatchlogs_associate_kms_key(
logGroupName = NULL,
kmsKeyId,
resourceIdentifier = NULL
)
logGroupName |
The name of the log group. In your |
kmsKeyId |
[required] The Amazon Resource Name (ARN) of the KMS key to use when encrypting log data. This must be a symmetric KMS key. For more information, see Amazon Resource Names and Using Symmetric and Asymmetric Keys. |
resourceIdentifier |
Specifies the target for this operation. You must specify one of the following:
In your |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.