Modifies attributes for AWS CloudHSM backup.
cloudhsmv2_modify_backup_attributes(BackupId, NeverExpires)
[required] The identifier (ID) of the backup to modify. To find the ID of a backup, use the DescribeBackups operation.
[required] Specifies whether the service should exempt a backup from the retention
policy for the cluster. True
exempts a backup from the retention
policy. False
means the service applies the backup retention policy
defined at the cluster.
svc$modify_backup_attributes( BackupId = "string", NeverExpires = TRUE|FALSE )