I noticed that among the default patch baselines that AWS provides for Systems Manager (SSM) Patch Manager, the Ubuntu patch baseline doesn't seem to support an auto-approval delay. Most of the other operating system patch baselines have an auto-approval delay such as
I even tried creating my own Ubuntu patch baseline in a CloudFormation template where I specified ApproveAfterDays
CloudFormation created it without error, but there is no Auto approval delay on the new baseline.
Why not?

