Skip to content

Put Log Group Deletion Protection

cloudwatchlogs_put_log_group_deletion_protection R Documentation

Enables or disables deletion protection for the specified log group

Description

Enables or disables deletion protection for the specified log group. When enabled on a log group, deletion protection blocks all deletion operations until it is explicitly disabled.

For information about the parameters that are common to all actions, see Common Parameters.

Usage

cloudwatchlogs_put_log_group_deletion_protection(logGroupIdentifier,
  deletionProtectionEnabled)

Arguments

logGroupIdentifier

[required] The name or ARN of the log group.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 512.

Pattern: ⁠[\.\-_/#A-Za-z0-9]+⁠

Required: Yes

deletionProtectionEnabled

[required] Whether to enable deletion protection.

Type: Boolean

Required: Yes

Value

An empty list.

Request syntax

svc$put_log_group_deletion_protection(
  logGroupIdentifier = "string",
  deletionProtectionEnabled = TRUE|FALSE
)