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
관련 콘텐츠
- AWS 공식업데이트됨 3달 전
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