The CreateDatabaseDefaultPermissions and CreateTableDefaultPermissions properties does not clear the values, it is as if it does a no-op. The docs state that empty arrays OR omitting the properties will clear the boolean fields on the UI, but it does not, it is just ignored. So these properties can not be unset after they have been set.
Name of the resource
AWS::LakeFormation::DataLakeSettings
Resource Name
No response
Issue Description
The
CreateDatabaseDefaultPermissions
andCreateTableDefaultPermissions
properties does not clear the values, it is as if it does a no-op. The docs state that empty arrays OR omitting the properties will clear the boolean fields on the UI, but it does not, it is just ignored. So these properties can not be unset after they have been set.Expected Behavior
The empty array or omitting the property should actually work
Observed Behavior
The values can not be unset
Test Cases
Other Details
No response