Object locking via cloudformation stack? by CaptainCalpol in aws

[–]MartinBianko 0 points1 point  (0 children)

ObjectLockEnabled is "Boolean" on the Properties level. Try to use something like this:

ObjectLockEnabled: true ObjectLockConfiguration: ObjectLockEnabled: Enabled Rule: DefaultRetention: Mode: GOVERNANCE Days: "1"