DynamoDB Table DeletionProtectionEnabled #4908
Unanswered
CassiePienaar
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
DescribeTableCommand is not returning the DeletionProtectionEnabled value.
UpdateTableCommand doesn't do anything with the DeletionProtectionEnabled, at least the table is not updated, if DeletionProtectionEnabled is the only property other than TableName present in the UpdateTableCommand it throws an error: 'At least one of ProvisionedThroughput, BillingMode, UpdateStreamEnabled, GlobalSecondaryIndexUpdates, SSESpecification, ReplicaUpdates, DeletionProtectionEnabled or TableClass is required'.
So it seems to ignore DeletionProtectionEnabled completely on both describe and update commands...
Beta Was this translation helpful? Give feedback.
All reactions