1 個回答
- 最新
- 最多得票
- 最多評論
1
It exists for a simple DynamoDB table https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html#cfn-dynamodb-table-deletionprotectionenabled
but does not exist for the DynamoDB Global Table https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-globaltable.html
相關內容
- 已提問 1 個月前
- AWS 官方已更新 2 年前
- AWS 官方已更新 1 年前
- AWS 官方已更新 2 個月前
Try adding the deletionprotectionenabled as menitoned in dynamodb rtable its not working for Global table
yes, it's not supported. That's why I added doc ref