paws.management (version 0.1.0)

cloudwatchlogs_disassociate_kms_key: Disassociates the associated AWS Key Management Service (AWS KMS) customer master key (CMK) from the specified log group

Description

Disassociates the associated AWS Key Management Service (AWS KMS) customer master key (CMK) from the specified log group.

Usage

cloudwatchlogs_disassociate_kms_key(logGroupName)

Arguments

logGroupName

[required] The name of the log group.

Request syntax

svc$disassociate_kms_key(
  logGroupName = "string"
)

Details

After the AWS KMS CMK is disassociated from the log group, AWS CloudWatch Logs stops encrypting newly ingested data for the log group. All previously ingested data remains encrypted, and AWS CloudWatch Logs requires permissions for the CMK whenever the encrypted data is requested.

Note that it can take up to 5 minutes for this operation to take effect.