cloudwatchlogs_associate_kms_key {paws.management} | 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
Description
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.
Usage
cloudwatchlogs_associate_kms_key(
logGroupName = NULL,
kmsKeyId,
resourceIdentifier = NULL
)
Arguments
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 |