Values.PutLogGroupDeletionProtectionRequestSourceEnables 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.
type nonrec t = {logGroupIdentifier : LogGroupIdentifier.t;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 : DeletionProtectionEnabled.t;Whether to enable deletion protection. Type: Boolean Required: Yes
*)}val make :
logGroupIdentifier:LogGroupIdentifier.t ->
deletionProtectionEnabled:DeletionProtectionEnabled.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of DeletionProtectionEnabled.t
| `String of LogGroupIdentifier.t ])
list ]